Skip to content

Commit b2f4c0d

Browse files
jaklingermegan-bower4
authored andcommitted
[feature/PI-530-fhir_extinguisher] update swagger
1 parent f18a6fd commit b2f4c0d

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

infrastructure/swagger/05_paths.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ paths:
218218
? /ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData/MhsMessageSet
219219
: post:
220220
operationId: createDeviceReferenceDataMessageSet
221-
summary: createDeviceReferenceDataMessageSet endpoint for APIGEE integration
221+
summary: Create a Device Reference Data Message Set resource (POST)
222222
parameters:
223223
- $ref: "#/components/parameters/ProductTeamId"
224224
- $ref: "#/components/parameters/ProductId"

infrastructure/swagger/07_components--schemas--domain.yaml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -187,27 +187,5 @@ components:
187187
type: string
188188
deleted_on:
189189
type: string
190-
# DeviceReferenceDataMessageSetResponse:
191-
# type: object
192-
# properties:
193-
# id:
194-
# type: string
195-
# name:
196-
# type: string
197-
# product_id:
198-
# type: string
199-
# product_team_id:
200-
# type: string
201-
# ods_code:
202-
# type: string
203-
# created_on:
204-
# type: string
205-
# updated_on:
206-
# type: string
207-
# deleted_on:
208-
# type: string
209-
# questionnaire_responses:
210-
# type: object
211-
# properties:
212-
# spine_mhs_message_sets:
213-
# type: array
190+
questionnaire_responses:
191+
type: object

infrastructure/swagger/12_components--responses.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ components:
105105
application/json:
106106
schema:
107107
$ref: "#/components/schemas/DeviceReferenceDataResponse"
108-
# DeviceRefDataMessageSetCreate:
109-
# description: Create Device Reference Data MessageSet operation successful
110-
# content:
111-
# application/json:
112-
# schema:
113-
# $ref: "#/components/schemas/DeviceReferenceDataMessageSetResponse"
114108
DeviceCreate:
115109
description: Create Device operation successful
116110
content:

0 commit comments

Comments
 (0)