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

Notifications spec file errors

    XMLWordPrintable

Details

    • False
    • False
    • Unset
    • Undefined

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: