cURL
curl --request PUT \ --url https://api.devin.ai/v1/playbooks/{playbook_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "body": "<string>", "title": "<string>", "macro": "<string>" } '
{ "status": "<string>" }
更新现有团队 Playbook
个人 API key(前缀为 apk_user_)或服务 API key(前缀为 apk_)
1
成功的响应
成功更新 playbook 的响应。