cURL
curl --request PUT \ --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "tags": [ "<string>" ] }
替换组织的允许会话标签集合。
ManageEnterpriseSettings
服务用户凭据(前缀:cog_)
成功响应