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
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
Use this file to discover all available pages before exploring further.