POST
/
ca
/
api
/
v1
/
custom-fields
/
reorder
Reorder Custom Fields
curl --request POST \
  --url https://api.meetcampfire.com/ca/api/v1/custom-fields/reorder \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "field_order": [
    123
  ]
}'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

application/json

Response

200

No response body