cURL
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>" ] }
Alle Tags einer Sitzung ersetzen.
Servicebenutzer-Anmeldedaten (Präfix: cog_)
50
Erfolgreiche Antwort