Update conversation
documentedUpdate a specific conversation by ID.
PUT /conversations/{id}Conversationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://redbooth.com/api/3/conversations/{{$id}}" -X PUT -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"name": "{{$name}}", "body": "{{$body}}", "project_id": {{$project_id}}, "is_private": "{{$is_private}}"}'