From 5c3051271b0d4ffb227c0d5e7a66fd77ee87e226 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <@noreply.forge.etsi.org> Date: Mon, 16 Jun 2025 13:33:10 +0200 Subject: [PATCH] Autogenerated openapi version v020201 --- RniAPI.yaml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/RniAPI.yaml b/RniAPI.yaml index cb0848a..722310d 100644 --- a/RniAPI.yaml +++ b/RniAPI.yaml @@ -10,7 +10,7 @@ info: url: https://forge.etsi.org/legal-matters version: 2.2.1 servers: -- url: https://localhost/rni/v1 +- url: https://localhost/rni/v2 paths: /queries/rab_info: get: @@ -473,7 +473,30 @@ paths: description: The unique identifier of the subscriptionId. schema: type: string - + delete: + summary: Cancel the existing subscription. + description: The DELETE method is used to cancel the existing subscription. Cancellation can be made by deleting the resource that represents existing subscription. + operationId: SubscriptionsDELETESubscriptionid + tags: + - subscriptions + responses: + '204': + $ref: '#/components/responses/204' + '401': + $ref: '#/components/responses/401' + '403': + $ref: '#/components/responses/403' + '404': + $ref: '#/components/responses/404' + '429': + $ref: '#/components/responses/429' + parameters: + - name: subscriptionId + in: path + required: true + description: The unique identifier of the subscriptionId. + schema: + type: string components: schemas: ProblemDetails: -- GitLab