File tree Expand file tree Collapse file tree 3 files changed +3
-31
lines changed
Expand file tree Collapse file tree 3 files changed +3
-31
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments