Mindbody · Schema
UpdateAvailabilityRequest
Implementation of the 'UpdateAvailabilityRequest' model. This is the update avaialability request coming DTO
FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook
Properties
| Name | Type | Description |
|---|---|---|
| AvailabilityIds | array | Unique IDs for the availabilities or unavailabilities. |
| PublicDisplay | object | Choice that decides whether the availablity should be publicly visible, masked or hidden. |
| DaysOfWeek | array | The days of week to update the availabilities or unavailabilities. Default: **All** |
| ProgramIds | array | The program Id to be set for the availabilities. Default: **All** |
| StartDateTime | string | The start date and time for the availabilities or unavailabilities. |
| EndDateTime | string | The end date and time for the availabilities or unavailabilities. |
| LocationId | integer | The location Id to be updated for the provided availability Ids. |
| UnavailableDescription | string | The description for unavailability. |
| Test | boolean | When `true`, the request ensures that its parameters are valid without affecting real data. When ``false`, the request performs as intended and may affect live client data. Default: **false** |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-update-availability-request-schema.json",
"title": "UpdateAvailabilityRequest",
"description": "Implementation of the 'UpdateAvailabilityRequest' model. This is the update avaialability request coming DTO",
"type": "object",
"properties": {
"AvailabilityIds": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"description": "Unique IDs for the availabilities or unavailabilities.",
"example": [
1
]
},
"PublicDisplay": {
"$ref": "#/components/schemas/PublicDisplayEnum",
"description": "Choice that decides whether the availablity should be publicly visible, masked or hidden."
},
"DaysOfWeek": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DaysOfWeekEnum"
},
"description": "The days of week to update the availabilities or unavailabilities.<br /> Default: **All**",
"example": [
{}
]
},
"ProgramIds": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
},
"description": "The program Id to be set for the availabilities. Default: **All**",
"example": [
1
]
},
"StartDateTime": {
"type": "string",
"format": "date-time",
"description": "The start date and time for the availabilities or unavailabilities.",
"example": "2026-05-28T14:30:00Z"
},
"EndDateTime": {
"type": "string",
"format": "date-time",
"description": "The end date and time for the availabilities or unavailabilities.",
"example": "2026-05-28T14:30:00Z"
},
"LocationId": {
"type": "integer",
"format": "int32",
"description": "The location Id to be updated for the provided availability Ids.",
"example": 123456
},
"UnavailableDescription": {
"type": "string",
"description": "The description for unavailability.",
"example": "Example note for Mindbody Public API."
},
"Test": {
"type": "boolean",
"description": "When `true`, the request ensures that its parameters are valid without affecting real data. When ``false`, the request performs as intended and may affect live client data. Default: **false**",
"example": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-v6-update-availability-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.