メインコンテンツへスキップ
PUT
/
v3
/
enterprise
/
sessions
/
{devin_id}
/
tags
セッションタグを置き換える
curl --request PUT \
  --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>"
  ]
}

承認

Authorization
string
header
必須

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

パスパラメータ

devin_id
string | null
必須

クエリパラメータ

org_id
string | null

ボディ

application/json
tags
string[]
必須
Maximum array length: 50

レスポンス

成功時のレスポンス

tags
string[]
必須