Sign in

Update response feedback object

documented

Update the feedback object associated with a response.

PUT /responses/{response_id}/feedback-objectResponsesno implementation yet0 runs
No 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://api.nicereply.com/responses/{{$response_id}}/feedback-object" \
  -X PUT \
  -u ":{{NICEREPLY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"feedback_object_id": "{{$feedback_object_id}}"}'
Update response feedback object · Nicereply · OpenIntegrations