Sign in

Resolve an issue

documented

Resolve an issue for a response.

POST /responses/{response_id}/issue-status/resolveResponsesno 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}}/issue-status/resolve" \
  -X POST \
  -u "{{$NICEREPLY_EMAIL}}:{{$NICEREPLY_TOKEN}}" \
  -H "Accept: application/json"
Resolve an issue · Nicereply · OpenIntegrations