Pular para o conteúdo principal
PUT
/
v3beta1
/
enterprise
/
organizations
/
{org_id}
/
tags
Replace Organization Allowed Tags
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>"
  ]
}

Permissões

Requer um usuário de serviço com a permissão ManageEnterpriseSettings. Além disso, o recurso de tags de sessão deve estar habilitado na Enterprise.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

org_id
string
required

Body

application/json
tags
string[]
required

Response

Successful Response

tags
string[]
required