v1
latestOpenAPI 3.1.02026-07-2481742657.4 KBUpdate a collection
Update a collection's name, description, and/or query.<br><br>This endpoint does not cost credits to execute.
Path parameters
The UID for the collection
The UID for the collection
Query parameters
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.
Headers
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.
Request body
Example request
{
"description": "Hosts with services with AsyncRAT indicator in cert subject DN",
"name": "Hosts services with AsyncRAT indicator",
"query": "host.services.cert.parsed.subject_dn: \"asyncrat\""
}Response
OK