Set Article Synopsis Image
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 |
Notes
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.
Errors
403 - Forbidden
if API user doesn't haveWRITE
access toARTICLES
404 - Not Found
if the article identifier does not exist409 - Conflict
if the image is invalid or the type is not supported- Common errors (user/account authentication errors, API usage limit errors)