Skip to content

Commit

Permalink
Merge branch '2673/users-token-sub-endpoint' of https://github.com/HH…
Browse files Browse the repository at this point in the history
…S/simpler-grants-gov into 2673/users-token-sub-endpoint
  • Loading branch information
babebe committed Nov 21, 2024
2 parents 3f5934f + d3bf43b commit b81c3fe
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 b81c3fe

Please sign in to comment.