メインコンテンツへスキップ
PUT
/
v2
/
enterprise
/
playbooks
/
{playbook_id}
Enterprise プレイブックを更新する
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Enterprise 管理者の個人用 APIキーが必要です。 既存の playbook を更新します。更新できるのは playbook のオーナーと Enterprise 管理者のみです。すべてのフィールドは省略可能です。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

パスパラメータ

playbook_id
string
必須

ボディ

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

レスポンス

成功したレスポンス

status
string
デフォルト:success