info:
  title: Tufin
  version: 1.0.0
openapi: 3.0.3
paths:
  /api/test/{id}:
    parameters:
    - name: testId
      in: path
      required: true
    get:
      responses:
        200:
          description: OK

