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" }
Mettre à jour un playbook Enterprise existant à partir de son identifiant
API Key personnelle (apk_user_*) réservée uniquement aux administrateurs Enterprise
1
Réponse en cas de succès