---
title: "Update orderable IntakeFormSections"
method: PUT
path: "/shop/intake-form-sections/order"
tags: ["IntakeForms"]
---

# Update orderable IntakeFormSections

`PUT /shop/intake-form-sections/order`

Updates the order of `IntakeFormSection`s for the given site.

## Request body

- object
  - `intake_form_section_ids` string[], required
  - `site_id` string, uuid, required — ID of the site whose intake form section order is being updated. The caller's API key must have access to this site.

## Response `200`

Successfully retrieved orderable `IntakeFormSection`s.

- object
  - `data` OrderableIntakeFormSection[], required
    - `id` string, object-id, required
    - `title` string, required

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `422` — The request didn't pass validation

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
