cURL
curl --request POST \ --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>" ] }
Tags zu einer Sitzung hinzufügen (Duplikate vorhandener Tags entfernen).
Servicebenutzer-Anmeldedaten (Präfix: cog_)
50
Erfolgreiche Antwort