Commit 407de38e authored by project_709_bot_fd028084a0b927ba577e38703690f1e5's avatar project_709_bot_fd028084a0b927ba577e38703690f1e5
Browse files

Autogenerated openapi version v020201

parent 436253e3
Loading
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -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: