cURL
curl --request POST \ --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>" ] }
为会话追加标签(自动去重现有标签)。
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
devin_id
devin-
devin-abc123
服务用户凭据(前缀:cog_)
Devin 会话 ID(前缀:devin-)
"devin-abc123def456"
50
成功响应