简体中文
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": [ "production", "api", "documentation" ] }'
{ "detail": "Tags updated successfully" }
更新与 Devin 会话关联的标签。