Skip to content

Commit

Permalink
Create ERD diagram and Update OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Nov 21, 2024
1 parent aceb260 commit d3bf43b
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions api/openapi.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ paths:
tags:
- Health
summary: Health
/v1/users/user/token:
/v1/users/token:
post:
parameters:
- in: header
Expand Down Expand Up @@ -72,31 +72,9 @@ paths:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Bad Request
tags:
- User v1
summary: User Token
description: '
__ALPHA VERSION__
This endpoint in its current form is primarily for testing and feedback.
Features in this endpoint are still under heavy development, and subject to
change. Not for production use.
See [Release Phases](https://github.com/github/roadmap?tab=readme-ov-file#release-phases)
for further details.
'
security:
- ApiKeyAuth: []
/v1/opportunities/search:
Expand Down

0 comments on commit d3bf43b

Please sign in to comment.