CoverUploadForm
Multipart form body for cover image uploads.
Only used to describe the request body in the OpenAPI document; the handlers
read the multipart stream directly and also accept the legacy cover and
image part names for backwards compatibility. A multipart body must be
described with a concrete schema and marked required, otherwise strict
generators skip it and the generated operation cannot upload anything.
filestring<binary>required
The image file to use as the cover
CoverUploadForm
{
"file": "string"
}