POST api/AnimeData/UploadAnimePic/{id}
Receives anime picture data, uploads it to the webserver and updates the anime's HasPic option
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
the anime id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
status code 200 if successful.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.