file
POST /list/{id}/file
POST
/list/{id}/file
Uploads an avatar file for a list.
Authorizations
Parameters
Path Parameters
id
required
string
List Id
Example
Request Body
object
avatar
required
Avatar image file. Allowed file types: PNG, JPG, WEBP, SVG
string format: binary
Responses
200
object
author
required
string
avatar
required
string
collectionId
required
string
collectionName
required
string
created
required
string
description
required
string
id
required
string
name
required
string
public
required
boolean
trails
required
Array<string>
updated
required
string
Examples
Success
400
object
message
required
string
detail
required
Array<object>
object
code
string
minimum
integer
type
string
inclusive
boolean
exact
boolean
message
string
path
Array<string>
Examples
Exception
404
object
message
required
string
detail
required
object
code
required
integer
message
required
string
data
required
object
Examples
Exception