Skip to content

Commit cecc8b3

Browse files
committed
feature/PI-589-publish_swagger_fix missed rebase conflict changes
1 parent 6fa6b07 commit cecc8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/swagger/05_paths.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ paths:
229229
$ref: "#/components/requestBodies/DeviceReferenceDataMessageSetCreateRequestBody"
230230
responses:
231231
"201":
232-
$ref: "#/components/responses/DeviceRefDataMessageSetCreate"
232+
$ref: "#/components/responses/DeviceRefDataCreate"
233233
"400":
234234
$ref: "#/components/responses/BadRequest"
235235
"404":
236236
$ref: "#/components/responses/NotFound"
237237
x-amazon-apigateway-integration:
238238
<<: *ApiGatewayIntegration
239-
uri: ${ethod_createDeviceReferenceDataMessageSet}
239+
uri: ${method_createDeviceReferenceDataMessageSet}
240240
security:
241241
- ${authoriser_name}: []
242242
- app-level0: []

0 commit comments

Comments
 (0)