PUT
/
lists
/
{listPublicId}
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

listPublicId
string
required
Minimum length: 12

Body

application/json

Response

200
application/json

Successful response

The response is of type any.