Sign in

Ignore an issue

documented

Ignore an issue for a response.

POST /responses/{response_id}/issue-status/ignoreResponsesno 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/ignore" \
  -X POST \
  -u ":{{NICEREPLY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{NICEREPLY_API_KEY}}"
Ignore an issue · Nicereply · OpenIntegrations