We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa6b07 commit cecc8b3Copy full SHA for cecc8b3
infrastructure/swagger/05_paths.yaml
@@ -229,14 +229,14 @@ paths:
229
$ref: "#/components/requestBodies/DeviceReferenceDataMessageSetCreateRequestBody"
230
responses:
231
"201":
232
- $ref: "#/components/responses/DeviceRefDataMessageSetCreate"
+ $ref: "#/components/responses/DeviceRefDataCreate"
233
"400":
234
$ref: "#/components/responses/BadRequest"
235
"404":
236
$ref: "#/components/responses/NotFound"
237
x-amazon-apigateway-integration:
238
<<: *ApiGatewayIntegration
239
- uri: ${ethod_createDeviceReferenceDataMessageSet}
+ uri: ${method_createDeviceReferenceDataMessageSet}
240
security:
241
- ${authoriser_name}: []
242
- app-level0: []
0 commit comments