Authorizations
Body
application/json
curl --request PUT \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
"Development & IT"
]
}'This response does not have an example.UpdateConnectorCategories updates the categories for a Connector. The categories are replaced with the new categories provided in the request body.
curl --request PUT \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
"Development & IT"
]
}'This response does not have an example.Show child attributes