Commit 55384c3f authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed responses ref names

parent 11100b07
Pipeline #7634 passed with stage
in 0 seconds
......@@ -196,7 +196,6 @@ components:
type: string
requestBodies:
VrQuotaAvailSubscriptionRequest:
description: |
Details of the subscription to be created.
......
......@@ -10,7 +10,7 @@ endpoints:
for request and response data structures, and response codes. URI query parameters are not supported.
responses:
"200":
$ref: '#/components/responses/ApiVersions.Get'
$ref: '#/components/responses/ApiVersions.Get.200'
"400":
$ref: ../responses/SOL002SOL003_resp.yaml#/components/responses/400
"401":
......@@ -68,7 +68,7 @@ endpoints:
components:
responses:
ApiVersions.Get:
ApiVersions.Get.200:
description: >
API version information was read successfully.
The response body shall contain API version
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment