Resolve an issue
This endpoint will resolve an issue in unresolved state. If the issue is already resolved, it will return 409 Conflict
error.
Request
POST https://api.nicereply.com/responses/<ID>/issue-status/resolve
Path Parameters
Parameter | Data Type | Description |
---|---|---|
ID | UUID | ID of the response. |
Response
204 No Content