English
cURL
curl --request POST \ --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>" ] }
Append tags to the allowed session tags for an organization.
ManageEnterpriseSettings
Service User credential (prefix: cog_)
Successful Response