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>" ] }
为会话追加标签(自动去重现有标签)。
服务用户凭据(前缀:cog_)
50
成功响应