Mindbody · Schema

UpdateClassScheduleNotesRequest

Implementation of the 'UpdateClassScheduleNotesRequest' model. A model for requesting the updates of notes of a class schedule.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Notes string Gets the class notes.
View JSON Schema on GitHub

JSON Schema

public-api-v6-update-class-schedule-notes-request-schema.json Raw ↑
{
  "$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-class-schedule-notes-request-schema.json",
  "title": "UpdateClassScheduleNotesRequest",
  "description": "Implementation of the 'UpdateClassScheduleNotesRequest' model. A model for requesting the updates of notes of a class schedule.",
  "type": "object",
  "properties": {
    "Notes": {
      "type": "string",
      "description": "Gets the class notes.",
      "example": "Example note for Mindbody Public API."
    }
  }
}