put https://example.com/connection-manager/api/v1/connections//tags
Update connection tags.
Log in to see full request history
Responses
200Successful request
Update connection tags.
200Successful request
xxxxxxxxxx
curl --request PUT \
--url https://example.com/connection-manager/api/v1/connections/connection_id/tags \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!