Deutsch
cURL
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" }
Ein vorhandenes Enterprise-Playbook per ID aktualisieren
Personal API Key (apk_user_*) for Enterprise Admins only
1
Successful Response