Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Fix systemFilesOnlyParam documentation #7

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 7, 2024

Problem Context

On line 2297 in the openapi.yaml file there's a systemFileOnlyParams that reads like this:

  systemFilesOnlyParam:
    name: systemFilesOnly
    in: query
    required: false
    schema:
      type: boolean
    example: true

The last line example: true is causing the sample code generated with that param to have a value of true instead of True, which is incorrect syntax in Python for booleans.

Changes

  • Remove the example: true line from the openapi.yaml

Testing

Automated tests pass?

@github-actions github-actions bot requested a review from paigen11 June 7, 2024 14:27
@paigen11 paigen11 mentioned this pull request Jun 7, 2024
@paigen11 paigen11 changed the title feat: PLACEHOLDER TITLE bug: Fix systemFilesOnlyParam documentation Jun 7, 2024
@paigen11 paigen11 marked this pull request as ready for review June 7, 2024 15:19
@paigen11 paigen11 merged commit a181a5a into main Jun 7, 2024
1 check passed
@paigen11 paigen11 deleted the feat-openapi-update branch June 7, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant