cURL
curl --request PUT \ --url https://api.devin.ai/v3/enterprise/playbooks/{playbook_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>", "title": "<string>", "macro": "<string>" } '
{ "access_type": "enterprise", "body": "<string>", "created_at": 123, "created_by": "<string>", "macro": "<string>", "org_id": "<string>", "playbook_id": "<string>", "title": "<string>", "updated_at": 123, "updated_by": "<string>" }
ManageAccountPlaybooks
サービスユーザーの認証情報(接頭辞: cog_)
Playbook ID(接頭辞: playbook-)
"playbook-abc123def456"
Playbook マクロ識別子。'!' で始まり、その後に 1 文字以上の英字、数字、アンダースコア、またはハイフンが続く必要があります。例: '!my_macro' または '!my-macro'
成功時のレスポンス
enterprise
org