PATCH
/
lists
/
{id}
/
move
curl --request PATCH \
  --url https://api.breakcold.com/rest/lists/{id}/move \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "position": 500
}'
"<string>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json
position
number
required
Required range: 0 <= x <= 1000

Response

200
application/json
Successful response

The response is of type string.