Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-21760

Notifications spec file errors

XMLWordPrintable

    • False
    • False
    • Unset
    • Undefined

      Please see attached the screenshot of the errors on the spec file.

      The first error is the major one: 

      Semantic error at paths./notifications/{id}

      Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level.

       

      This causes the creation of the iqe client to fail.
      I succeeded to manually fix it locally by adding this part to the spec file on line 174:
      parameters:
      - name: id
      in: path
      description: UUID of the notification
      required: true
      schema:
      $ref: '#/components/schemas/UUID'

      See screen shot after the fix.

        1. after the fix.png
          192 kB
          Yuval Lahav
        2. notifications spec file errors.png
          63 kB
          Yuval Lahav

            pilhuhn Heiko Rupp
            ylahav Yuval Lahav
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: