postItemsByIdRemoteimagesDownload
Downloads a remote image for an item
Requires authentication as administrator
postItemsByIdRemoteimagesDownload
Request
post /Items/{Id}/RemoteImages/Download
Parameters
Name | In | Type | Default | Notes |
---|---|---|---|---|
*Id | path | Item Id |
||
*Type | query | The image type |
||
ProviderName | query | The image provider |
||
ImageUrl | query | The image url |
||
*body | body | BaseDownloadRemoteImage | BaseDownloadRemoteImage: |
Responses
Status Code | Type | Description | Samples |
---|---|---|---|
200 | Operation successful. Empty response. |
||
400 | Bad Request. Server cannot process request. |
||
401 | Unauthorized. Client needs to authenticate. |
||
403 | Forbidden. No permission for the reqested operation. |
||
404 | Resource not found or unavailable. |
||
500 | Server error. |
Definitions
BaseDownloadRemoteImage
Emby.Api.Images.BaseDownloadRemoteImage
Name | Type | Notes |
---|---|---|
ImageIndex | integer (int32) |