Italiano
cURL
curl --request PUT \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "tags": [ "<string>" ] }
Replace the full set of allowed session tags for an organization.
ManageEnterpriseSettings
Service User credential (prefix: cog_)
Successful Response