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

NameDescriptionTypeAdditional information
id

the anime id

integer

Required

Body Parameters

None.

Response Information

Resource Description

status code 200 if successful.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.