Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Aug 1, 2024
1 parent 91f442b commit 9414233
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions api/openapi.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ paths:
one_of:
- forecasted
- posted
post_date:
start_date: '2024-01-01'
end_date: '2024-02-01'
close_date:
start_date: '2024-01-01'
pagination:
order_by: opportunity_id
page_offset: 1
Expand Down Expand Up @@ -826,6 +831,32 @@ components:
type: string
minLength: 2
example: USAID
PostDateFilterV1:
type: object
properties:
start_date:
type:
- string
- 'null'
format: date
end_date:
type:
- string
- 'null'
format: date
CloseDateFilterV1:
type: object
properties:
start_date:
type:
- string
- 'null'
format: date
end_date:
type:
- string
- 'null'
format: date
OpportunitySearchFilterV1:
type: object
properties:
Expand Down Expand Up @@ -854,6 +885,16 @@ components:
- object
allOf:
- $ref: '#/components/schemas/AgencyFilterV1'
post_date:
type:
- object
allOf:
- $ref: '#/components/schemas/PostDateFilterV1'
close_date:
type:
- object
allOf:
- $ref: '#/components/schemas/CloseDateFilterV1'
OpportunityPaginationV1:
type: object
properties:
Expand Down

0 comments on commit 9414233

Please sign in to comment.