Skip to content

OpenAPI spec drift: openapi/v1.json is behind production #1

Description

@github-actions

openapi/v1.json no longer matches the live published spec.

Operations added in production

  • addTaskDependency
  • listTaskDependencies
  • listTaskOccurrences
  • removeTaskDependency
  • setTaskOccurrenceStatus

Component schemas added

  • AddTaskDependencyBody
  • RecurrenceBasis
  • RecurrenceFrequency
  • SetTaskOccurrenceStatusBody
  • TaskDependencies
  • TaskDependencyRef
  • TaskOccurrence
  • TaskOccurrenceList
  • TaskOccurrenceStatus
  • TaskRecurrence

Fix:

bash scripts/sync-spec.sh          # or GETITDONE_MONOREPO=... bash scripts/sync-spec.sh
bash scripts/regenerate-models.sh

Then extend OPERATION_MAP in tests/unit/test_operation_coverage.py and add the SDK methods for any new operations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions