Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Method description

Upload a new image for a link.

Security

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN or SEARCH_MANAGER role for this instance or the global instance.

Request Parameters

None

Request Data

The image to be used for the link.

The proper Content Type must be specified on the request headers.

The file size is limited to 200KB

Response format and codes

HTTP codeDescription
204Image has been uploaded
400Invalid data. Error response will include details
401The user does not meet the security criteria
404The link does not exist

 

When the image has been successfully uploaded, a 204 will be returned with a Location header pointing to the actual image URL.

  • No labels