日本語
cURL
curl --request POST \ --url https://api.devin.ai/v2/enterprise/playbooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>", "title": "<string>", "macro": "<string>" } '
{ "access": "<string>", "account_id": "<string>", "body": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by_user_id": "<string>", "created_by_user_name": "<string>", "playbook_id": "<string>", "status": "<string>", "title": "<string>", "updated_at": "2023-11-07T05:31:56Z", "updated_by_user_id": "<string>", "updated_by_user_name": "<string>", "macro": "<string>" }
Enterprise 内に新しい playbook を作成します
!deploy
Personal API Key (apk_user_*) for Enterprise Admins only
1
Successful Response