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
]
}'
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
]
}'
Token-based authentication with required prefix "Token"
No response body