---
title: "Partially update a folio configuration"
method: PATCH
path: "/accounting/v1.0/folios/configurations/{id}"
tags: ["Folio Configuration"]
---

# Partially update a folio configuration

`PATCH /accounting/v1.0/folios/configurations/{id}`

Partially update a folio configuration. Accepts optional isDefault, name, and description fields. Only provided fields are updated.

## Path parameters

- `id` integer, required

## Headers

- `X-Property-ID` integer, required

## Request body

- FolioConfigurationPatchRequest
  - `name` string
  - `description` string
  - `isDefault` boolean

## Response `200`

OK

- FolioConfiguration
  - `id` string
  - `name` string
  - `description` string
  - `isDefault` boolean
  - `updatedAt` string, date-time
  - `sources` FolioConfigurationSourceData[]
    - `sourceId` string — Booking source ID
    - `isRootSource` boolean
    - `isHotelCollectBooking` boolean
  - `folios` FolioConfigurationFolioResponse[]
    - `id` string
    - `folioName` string
    - `sourceKind` 'CONFIG' | 'RESERVATION' | 'GROUP_PROFILE' — The type of source a folio belongs to. CONFIG indicates a folio configuration template, RESERVATION is an individual guest booking, and GROUP_PROFILE is a group booking profile.
    - `sourceId` string — Source ID
    - `routeChildrenTypes` RouteChildrenType[] — Child transaction types that follow their parent to this folio
    - `transactionTypes` FolioConfigurationFolioTransactionType[]
      - `folioId` string
      - `transactionType` string

## Other responses

- `400` — Bad Request
- `404` — Not found

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
