Deutsch
cURL
curl --request PUT \ --url https://api.devin.ai/v1/sessions/{session_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "detail": "<string>" }
Aktualisiert die Tags, die einer Devin-Sitzung zugeordnet sind.
Personal API Key (apk_user_) or Service API Key (apk_)
Successful Response
Response for successful tag update.