Basecamp · Schema

ScheduleUpdateRequest

CollaborationProject ManagementRESTSaaSTeam Communication

Properties

Name Type Description
include_due_assignments boolean Whether the schedule should include due dates from to-dos, cards, and steps
View JSON Schema on GitHub

JSON Schema

scheduleupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/basecamp/json-schema/scheduleupdaterequest-schema.json",
  "title": "ScheduleUpdateRequest",
  "type": "object",
  "required": [
    "include_due_assignments"
  ],
  "properties": {
    "include_due_assignments": {
      "type": "boolean",
      "description": "Whether the schedule should include due dates from to-dos, cards, and steps"
    }
  }
}