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

Commit

Permalink
Merge branch 'rwolfe-nava/163-add-post-and-close-date-to-search-endpo…
Browse files Browse the repository at this point in the history
…int' of https://github.com/navapbc/simpler-grants-gov into rwolfe-nava/163-add-post-and-close-date-to-search-endpoint
  • Loading branch information
Rwolfe-Nava committed Aug 1, 2024
2 parents 2adb9db + 9414233 commit 3aacd4e
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 3aacd4e

Please sign in to comment.