Zum Hauptinhalt springen
PUT
/
v3
/
enterprise
/
organizations
/
{org_id}
/
tags
/
default
Standard-Tag der Organisation festlegen
curl --request PUT \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags/default \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tag": "<string>"
}
'
{
  "default_tag": "<string>"
}

Autorisierungen

Authorization
string
header
erforderlich

Servicebenutzer-Anmeldedaten (Präfix: cog_)

Pfadparameter

org_id
string
erforderlich

Body

application/json
tag
string
erforderlich

Antwort

Erfolgreiche Antwort

default_tag
string | null
erforderlich