cURL
curl --request PUT \ --url https://kan.bn/api/v1/lists/{listPublicId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "index": 123 }'
"<any>"
Updates a list by its public ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Successful response
The response is of type any.
any