cURL
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>" ] }
Replace all tags on a session.
Service User credential (prefix: cog_)
50
Successful Response