Zum Hauptinhalt springen
PUT
/
v3
/
enterprise
/
sessions
/
{devin_id}
/
tags
Sitzungs-Tags ersetzen
curl --request PUT \
  --url https://api.devin.ai/v3/enterprise/sessions/{devin_id}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "tags": [
    "<string>"
  ]
}

Autorisierungen

Authorization
string
header
erforderlich

Servicebenutzer-Anmeldedaten (Präfix: cog_)

Pfadparameter

devin_id
string | null
erforderlich

Abfrageparameter

org_id
string | null

Body

application/json
tags
string[]
erforderlich
Maximum array length: 50

Antwort

Erfolgreiche Antwort

tags
string[]
erforderlich