Skip to content

Commit

Permalink
Added the /capital-projects/{managingCode}/{capitalProjectid} endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Jun 4, 2024
1 parent f28e858 commit 3a52ef2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,22 @@ paths:
$ref: '#/components/schemas/CapitalCommitment'
required:
- capitalCommitments
/capital-projects/{managingCode}/{capitalProjectId}:
get:
summary: 🚧 Find details about a specific capital project
operationId: findCapitalProjectByManagingCodeCapitalProjectId
tags:
- Capital Projects
parameters:
- $ref: "#/components/parameters/managingCodeParam"
- $ref: "#/components/parameters/capitalProjectIdParam"
responses:
'200':
description: An object of capital project details
content:
application/json:
schema:
$ref: '#/components/schemas/CapitalProjectBudgeted'
'400':
$ref: "#/components/responses/BadRequest"
'404':
Expand Down

0 comments on commit 3a52ef2

Please sign in to comment.