メインコンテンツへスキップ
PUT
/
v3
/
enterprise
/
organizations
/
{org_id}
/
tags
/
default
組織の既定タグを設定する
curl --request PUT \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags/default \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tag": "<string>"
}
'
{
  "default_tag": "<string>"
}

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

パスパラメータ

org_id
string
必須

ボディ

application/json
tag
string
必須

レスポンス

成功時のレスポンス

default_tag
string | null
必須