Skip to content

Commit

Permalink
Merge branch 'mikehgrantsgov/3295-create-get-user-saved-opps' of http…
Browse files Browse the repository at this point in the history
…s://github.com/HHS/simpler-grants-gov into mikehgrantsgov/3295-create-get-user-saved-opps
  • Loading branch information
mikehgrantsgov committed Jan 2, 2025
2 parents 3b63968 + 2b241e1 commit fc0affc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions api/openapi.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1981,9 +1981,16 @@ components:
description: The title of the opportunity
example: my title
opportunity_status:
type: string
description: Current status of the opportunity
example: posted
description: The current status of the opportunity
example: !!python/object/apply:src.constants.lookup_constants.OpportunityStatus
- posted
enum:
- forecasted
- posted
- closed
- archived
type:
- string
summary:
type:
- object
Expand Down

0 comments on commit fc0affc

Please sign in to comment.