cURL
curl --request POST \ --url https://api.devin.ai/v3beta1/organizations/{org_id}/playbooks \ --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>" }
Erstellen Sie ein Playbook für eine Organisation.
ManageAccountPlaybooks
Servicebenutzer-Anmeldedaten (Präfix: cog_)
Erfolgreiche Antwort
enterprise
org