Authorizations
Token-based authentication with required prefix "Token"
Body
application/json
Array of field IDs in desired order
Response
200
No response body
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"
Array of field IDs in desired order
No response body