Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Token-based authentication with required prefix "Token"
Array of field IDs in desired order
No response body