Skip to content

Update list with file upload

POST
/api/v1/list/form/{id}
curl --request POST \
--url https://example.com/api/v1/list/form/example \
--header 'Content-Type: multipart/form-data'

Updates a list with file upload (avatar)

id
required
string
Media type multipart/form-data
object

List

Bad Request

Not Found

Internal Server Error