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: ...@@ -196,7 +196,6 @@ components:
type: string type: string
requestBodies: requestBodies:
VrQuotaAvailSubscriptionRequest: VrQuotaAvailSubscriptionRequest:
description: | description: |
Details of the subscription to be created. Details of the subscription to be created.
......
...@@ -10,7 +10,7 @@ endpoints: ...@@ -10,7 +10,7 @@ endpoints:
for request and response data structures, and response codes. URI query parameters are not supported. for request and response data structures, and response codes. URI query parameters are not supported.
responses: responses:
"200": "200":
$ref: '#/components/responses/ApiVersions.Get' $ref: '#/components/responses/ApiVersions.Get.200'
"400": "400":
$ref: ../responses/SOL002SOL003_resp.yaml#/components/responses/400 $ref: ../responses/SOL002SOL003_resp.yaml#/components/responses/400
"401": "401":
...@@ -68,7 +68,7 @@ endpoints: ...@@ -68,7 +68,7 @@ endpoints:
components: components:
responses: responses:
ApiVersions.Get: ApiVersions.Get.200:
description: > description: >
API version information was read successfully. API version information was read successfully.
The response body shall contain API version 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