Schedules

Update a schedule

Updates an existing schedule. Requires a Pro plan. Only the fields provided will be updated. The authenticated user must be an owner or admin of the schedule.

put/schedules/{subdomain}

Path parameters

subdomainstring required

The subdomain identifier of the schedule

Request body

namestring

Name of the schedule

emailstring email

Contact email for the schedule

descriptionstring

Description of the schedule (supports markdown)

short_descriptionstring

Short description of the schedule (plain text, max 200 characters)

timezonestring

IANA timezone identifier

language_code'en' | 'es' | 'de' | 'fr' | 'it' | 'pt' | 'he' | 'nl' | 'ar' | 'et' | 'ru'

Language code for the schedule

websitestring

Website URL for the schedule

address1string

Street address

citystring

City

statestring

State or province

postal_codestring

Postal or ZIP code

country_codestring

Country code

Response

Schedule updated successfully

Changes

Changed in 5 of the 13 revisions of this API.147

    • added the optional property data/profile_image_url to the response with the 200 status

      response-optional-property-added

    • added the optional property data/updated_at to the response with the 200 status

      response-optional-property-added

    • added the new ru enum value to the request property language_code

      request-property-enum-value-added

    • added the new optional request property short_description

      new-optional-request-property

    • added the optional property data/short_description to the response with the 200 status

      response-optional-property-added

    • api operation id update_schedule was added

      api-operation-id-added

  • 36ccba39bc4d141See the full diff
    • removed the enum value ru of the request property language_code

      request-property-enum-value-removed

    • removed the request property short_description

      request-property-removed

    • removed the optional property data/profile_image_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/short_description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/updated_at from the response with the 200 status

      response-optional-property-removed

    • api operation id update_schedule removed and replaced with

      api-operation-id-removed