Legacy Poppulo platform REST API
Name | Description |
---|---|
HTTP Method | PUT |
URL | https://api.newsweaver.com/v2/{account code}/article/{article id}/synopsis_image |
Query Parameters | N/A |
Request representation | Image |
Response representation | Status Entity |
Success Response Code | 201 Created |
We accept GIF, PNG and JPEG. Please use the correct Content-Type header to indicate the type of image. Large images will be scaled, extremely large images will be rejected.
403 - Forbidden
if API user doesn't have WRITE
access to ARTICLES
404 - Not Found
if the article identifier does not exist409 - Conflict
if the image is invalid or the type is not supported