# Update subject availability settings **PUT /subjects/{id}/availability-settings** Update all availability settings for a subject by its ID ## Servers - https://api.development.pexipengage.com/enterprises/acme: https://api.development.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain #### Path parameters - **id** (string) Primary identifier of the requested resource ## Body parameters Content-type: application/json - **meetingType** (string) - **autoAccept** (boolean) - **estimatedDuration** (integer) - **timeSlotGranularity** (integer) - **trailingBufferTime** (integer) - **timeSlotEarliestPossible** (integer) - **timeSlotLatestPossible** (integer) - **maxConcurrentAppointments** (integer) - **rank1offset** (integer) - **rank2offset** (integer) ## Responses ### 200: Successful operation #### Body Parameters: application/json (object) - **data** (array[object]) ### 404: Resource not found #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)