Mindbody · JSON Structure

Public Api V6 Update Class Schedule Notes Request Structure

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

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateClassScheduleNotesRequest is a JSON Structure definition published by Mindbody, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Notes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-update-class-schedule-notes-request-structure.json",
  "name": "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."
    }
  }
}