cURL
curl --request PUT \ --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>" ] }
替换会话的全部标签。
服务用户凭据(前缀:cog_)
50
成功响应