メインコンテンツへスキップ
PUT
/
v2
/
enterprise
/
playbooks
/
{playbook_id}
Update Enterprise Playbook
curl --request PUT \
  --url https://api.devin.ai/v2/enterprise/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>",
  "title": "<string>",
  "macro": "<string>"
}
'
{
  "status": "success"
}
Enterprise 管理者の個人用 APIキーが必要です。 既存の playbook を更新します。更新できるのは playbook のオーナーと Enterprise 管理者のみです。すべてのフィールドは省略可能です。

承認

Authorization
string
header
必須

Personal API Key (apk_user_*) for Enterprise Admins only

パスパラメータ

playbook_id
string
必須

ボディ

application/json
body
string
必須
Minimum string length: 1
title
string
必須
Minimum string length: 1
macro
string | null

レスポンス

Successful Response

status
string
デフォルト:success