Legacy Poppulo platform REST API
Name | Description |
---|---|
HTTP Method | PUT |
URL | https://api.newsweaver.com/v2/{account code}/issue/{issue id} |
Query Parameters | N/A |
Request representation | Issue Entity |
Response representation | Status Entity |
Success Response Code | 200 Ok |
This call supports ETags with the If-Match header for optimistic concurrency control.
403 - Forbidden
if API user doesn't have WRITE
access to ISSUES
404 - Not found
error if an issue with the given identifier does not exist409 - Conflict
error if the issue isn't valid412 - Precondition failed
error if an ETag provided with the If-Match header is not matching