REST API

REST API

Legacy Poppulo platform REST API

Update Issue

Overview

NameDescription
HTTP MethodPUT
URLhttps://api.newsweaver.com/v2/{account code}/issue/{issue id}
Query ParametersN/A
Request representationIssue Entity
Response representationStatus Entity
Success Response Code200 Ok

ETags

This call supports ETags with the If-Match header for optimistic concurrency control.

Errors

  • 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 exist
  • 409 - Conflict error if the issue isn't valid
  • 412 - Precondition failed error if an ETag provided with the If-Match header is not matching
  • Common errors (user/account authentication errors, API usage limit errors)