From 407de38ed76fd3b7866dae91df26d5fa8fb60404 Mon Sep 17 00:00:00 2001 From: project_709_bot_fd028084a0b927ba577e38703690f1e5 Date: Mon, 16 Jun 2025 15:30:49 +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