Skip to content

Commit f18a6fd

Browse files
jameslinnellmegan-bower4
authored andcommitted
Better path summaries
1 parent c2fea57 commit f18a6fd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

infrastructure/swagger/05_paths.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ x-definitions:
1414
paths:
1515
/_status:
1616
get:
17-
summary: _status endpoint for APIGEE integration
17+
summary: Retrieve the current Status (GET)
1818
operationId: status
1919
responses:
2020
"200":
@@ -35,7 +35,7 @@ paths:
3535
/ProductTeam:
3636
post:
3737
operationId: createproductteam
38-
summary: createProductTeam endpoint for APIGEE integration
38+
summary: Create a Product Team resource (POST)
3939
requestBody:
4040
$ref: "#/components/requestBodies/ProductTeamCreateRequestBody"
4141
responses:
@@ -59,7 +59,7 @@ paths:
5959
/ProductTeam/{product_team_id}:
6060
get:
6161
operationId: readproductteam
62-
summary: readProductTeam endpoint for APIGEE integration
62+
summary: Read a Product Team resource (GET)
6363
parameters:
6464
- $ref: "#/components/parameters/ProductTeamId"
6565
- $ref: "#/components/parameters/HeaderVersion"
@@ -80,7 +80,7 @@ paths:
8080
/ProductTeam/{product_team_id}/Product:
8181
get:
8282
operationId: searchCpmProduct
83-
summary: searchCpmProduct endpoint for APIGEE integration
83+
summary: Retrieve all Products associated with a Product Team (GET)
8484
parameters:
8585
- $ref: "#/components/parameters/ProductTeamId"
8686
- $ref: "#/components/parameters/HeaderVersion"
@@ -99,7 +99,7 @@ paths:
9999
- app-level0: []
100100
post:
101101
operationId: createproductendpoint
102-
summary: createProduct endpoint for APIGEE integration
102+
summary: Create a Product resource (POST)
103103
parameters:
104104
- $ref: "#/components/parameters/ProductTeamId"
105105
- $ref: "#/components/parameters/HeaderVersion"
@@ -124,7 +124,7 @@ paths:
124124
/ProductTeam/{product_team_id}/Product/{product_id}:
125125
get:
126126
operationId: readproductendpoint
127-
summary: readProduct endpoint for APIGEE integration
127+
summary: Read a Product resource (GET)
128128
parameters:
129129
- $ref: "#/components/parameters/ProductTeamId"
130130
- $ref: "#/components/parameters/ProductId"
@@ -145,7 +145,7 @@ paths:
145145

146146
delete:
147147
operationId: deleteproductendpoint
148-
summary: deleteProduct endpoint for APIGEE integration
148+
summary: Delete a Product resource (DELETE)
149149
parameters:
150150
- $ref: "#/components/parameters/ProductTeamId"
151151
- $ref: "#/components/parameters/ProductId"
@@ -167,7 +167,7 @@ paths:
167167
/ProductTeam/{product_team_id}/Product/Epr:
168168
post:
169169
operationId: createproductforeprendpoint
170-
summary: createCpmProductForEpr endpoint for APIGEE integration
170+
summary: Create an EPR Product resource (POST)
171171
parameters:
172172
- $ref: "#/components/parameters/ProductTeamId"
173173
- $ref: "#/components/parameters/HeaderVersion"
@@ -192,7 +192,7 @@ paths:
192192
/ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData:
193193
post:
194194
operationId: createDeviceReferenceData
195-
summary: createDeviceReferenceData endpoint for APIGEE integration
195+
summary: Create a Device Reference Data resource (POST)
196196
parameters:
197197
- $ref: "#/components/parameters/ProductTeamId"
198198
- $ref: "#/components/parameters/ProductId"
@@ -244,7 +244,7 @@ paths:
244244
? /ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData/{device_reference_data_id}
245245
: get:
246246
operationId: readDeviceReferenceData
247-
summary: readDeviceReferenceData endpoint for APIGEE integration
247+
summary: Read a Device Reference Data resource (GET)
248248
parameters:
249249
- $ref: "#/components/parameters/ProductTeamId"
250250
- $ref: "#/components/parameters/ProductId"
@@ -267,7 +267,7 @@ paths:
267267
/ProductTeam/{product_team_id}/Product/{product_id}/Device:
268268
post:
269269
operationId: createDevice
270-
summary: createDevice endpoint for APIGEE integration
270+
summary: Create a Device resource (POST)
271271
parameters:
272272
- $ref: "#/components/parameters/ProductTeamId"
273273
- $ref: "#/components/parameters/ProductId"
@@ -293,7 +293,7 @@ paths:
293293
/ProductTeam/{product_team_id}/Product/{product_id}/Device/{device_id}:
294294
get:
295295
operationId: readDevice
296-
summary: readDevice endpoint for APIGEE integration
296+
summary: Read a Device resource (GET)
297297
parameters:
298298
- $ref: "#/components/parameters/ProductTeamId"
299299
- $ref: "#/components/parameters/ProductId"
@@ -316,7 +316,7 @@ paths:
316316
/searchSdsDevice:
317317
get:
318318
operationId: searchsdsdevice
319-
summary: searchSdsDevice endpoint for APIGEE integration
319+
summary: Retrieve Device resources for SDS FHIR API (GET)
320320
parameters:
321321
- $ref: "#/components/parameters/NhsAsClient"
322322
- $ref: "#/components/parameters/NhsAsClientInteration"
@@ -340,7 +340,7 @@ paths:
340340
/searchSdsEndpoint:
341341
get:
342342
operationId: searchsdsendpoint
343-
summary: searchSdsEndpoint endpoint for APIGEE integration
343+
summary: Retrieve Endpoint resources for SDS FHIR API (GET)
344344
parameters:
345345
- $ref: "#/components/parameters/NhsIdCode"
346346
- $ref: "#/components/parameters/NhsMhsInteration"
@@ -363,7 +363,7 @@ paths:
363363
/Questionnaire/{questionnaire_id}:
364364
get:
365365
operationId: readQuestionnaire
366-
summary: readQuestionnaire endpoint for APIGEE integration
366+
summary: Read a Questionnaire resource (GET)
367367
parameters:
368368
- $ref: "#/components/parameters/QuestionnaireId"
369369
- $ref: "#/components/parameters/HeaderVersion"

0 commit comments

Comments
 (0)