IntakeForms
Update an IntakeFormSection
Use this endpoint to update an IntakeFormSection.
put/shop/intake-form-sections/{intakeFormSectionId}
Request body
Example request
{
"description": "Pre-treatment health questions and consent",
"intro_text": "Please answer honestly — these questions help us tailor your\ntreatment safely.\n",
"offerings": [
{
"offering_name": "Twilight massage",
"offering_type": "appointment"
}
],
"outro_text": "Thank you. Please proceed to checkout when you're ready.\n",
"title": "Health Declaration"
}Response
Successfully updated an IntakeFormSection.
201ContentApplication1jsonSchema required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.