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

#337 - Migrate swagger.yaml to openapi 3.1.0 #347

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

michael-82
Copy link
Collaborator

  • Change openapi version string to 3.1.0
  • remove useless "todo" parts from info section
  • remove empty "content" sections
  • remove useless quotes and double quotes

@michael-82 michael-82 added the documentation Improvements or additions to documentation label Aug 30, 2024
@michael-82 michael-82 linked an issue Aug 30, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.48%. Comparing base (e98ba94) to head (30ed417).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #347   +/-   ##
==========================================
  Coverage      77.48%   77.48%           
  Complexity       563      563           
==========================================
  Files            135      135           
  Lines           2452     2452           
  Branches         149      149           
==========================================
  Hits            1900     1900           
  Misses           492      492           
  Partials          60       60           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-82 michael-82 force-pushed the feature/337-migrate-swaggeryaml-to-openapi-310 branch 2 times, most recently from 348330f to 30ed417 Compare September 2, 2024 11:53
@michael-82
Copy link
Collaborator Author

This needs to reflect changes discussed in #314 (getting rid of "feasibility" etc)

- Change openapi version string to 3.1.0
- remove useless "todo" parts from info section
- remove empty "content" sections
- remove useless quotes and double quotes
- Change title to Dataportal Backend REST API
- rename feasibility_auth to dataportal_auth
@michael-82 michael-82 force-pushed the feature/337-migrate-swaggeryaml-to-openapi-310 branch from 30ed417 to e2d5900 Compare September 3, 2024 14:58
@michael-82 michael-82 merged commit 6d7ab88 into develop Sep 3, 2024
0 of 2 checks passed
@michael-82 michael-82 deleted the feature/337-migrate-swaggeryaml-to-openapi-310 branch September 3, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate swagger.yaml to openapi 3.1.0
1 participant