cURL
curl --request PATCH \ --url https://getunblocked.com/api/v1/collections/{collectionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Apollo", "description": "Documents from the Apollo customer support tool including support responses.", "iconUrl": "https://my.company.com/apollo/logo.svg" }'
This response does not have an example.
Update a collection.
The API key to authenticate requests. Obtainable from the web dashboard.
The ID of the collection.
OK