Skip to content

Commit fee632f

Browse files
Update ERD Diagrams and OpenAPI Specs
1 parent 1ace33f commit fee632f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

api/openapi.generated.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8227,6 +8227,20 @@ components:
82278227
type: boolean
82288228
description: Whether the opportunity is forecasted
82298229
example: false
8230+
SavedOpportunityOrganization:
8231+
type: object
8232+
properties:
8233+
organization_id:
8234+
type: string
8235+
format: uuid
8236+
description: The ID of the organization
8237+
example: 123e4567-e89b-12d3-a456-426614174000
8238+
organization_name:
8239+
type:
8240+
- string
8241+
- 'null'
8242+
description: The name of the organization
8243+
example: Department of Health
82308244
SavedOpportunityResponseV1:
82318245
type: object
82328246
properties:
@@ -8256,6 +8270,15 @@ components:
82568270
type:
82578271
- object
82588272
$ref: '#/components/schemas/SavedOpportunitySummaryV1'
8273+
saved_to_organizations:
8274+
type: array
8275+
items:
8276+
type:
8277+
- object
8278+
- 'null'
8279+
anyOf:
8280+
- $ref: '#/components/schemas/SavedOpportunityOrganization'
8281+
- type: 'null'
82598282
UserSavedOpportunitiesResponse:
82608283
type: object
82618284
properties:
451 Bytes
Loading

0 commit comments

Comments
 (0)