cURL
curl --request POST \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "tags": [ "<string>" ] }
組織で許可されているセッションタグの一覧にタグを追加します。
ManageEnterpriseSettings
サービスユーザーの認証情報(接頭辞: cog_)
成功時のレスポンス