Create list
PUT
/api/v1/list
Request Body required
Section titled “Request Body required ”object
id
Optional custom ID (15 chars)
string
name
required
string
public
required
boolean
description
string
trails
required
Array<string>
author
required
string
Responses
Section titled “ Responses ”List created
object
id
required
List ID (15 chars)
string
name
required
string
public
required
boolean
description
string
author
required
Author user ID
string
trails
Array<string>
created
string format: date-time
updated
string format: date-time
Bad Request
Internal Server Error