Zum Hauptinhalt springen
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>"
  ]
}

Berechtigungen

Erfordert einen Servicebenutzer mit der Berechtigung ManageEnterpriseSettings. Außerdem muss das Session-Tags-Feature für das Enterprise aktiviert sein.

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