Mindbody · JSON Structure

Public Api V6 Update Staff Response Structure

Implementation of the 'UpdateStaffResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

UpdateStaffResponse 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

Staff

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-staff-response-structure.json",
  "name": "UpdateStaffResponse",
  "description": "Implementation of the 'UpdateStaffResponse' model.",
  "type": "object",
  "properties": {
    "Staff": {
      "$ref": "#/components/schemas/Staff",
      "description": "Contains information about the staff"
    }
  }
}