Skip to main content
PUT
/
v3
/
organizations
/
{org_id}
/
sessions
/
{devin_id}
/
tags
Replace session tags
curl --request PUT \
  --url https://api.devin.ai/v3/organizations/{org_id}/sessions/{devin_id}/tags \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

devin_id
string | null
required
org_id
string | null
required

Body

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

Response

Successful Response

tags
string[]
required