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

OpenAPI spec for PDF generator needs statusId parameter declaration for "get status"

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • Unset
    • No
    • Plat-Ex Services Sprint 13, Plat-Ex Services Sprint 14
    • Moderate

      Using the current open api spec provided in the repo, the generated code for "get status" does not accept the statusID as an input parameter. To remedy this, I believe the statusID needs to be specified as a parameter in the JSON. Here's an example from RBAC service's "listRoles":

      "parameters": [
        {
          "name": "uuid",
          "in": "path",
          "description": "ID of group",
          "required": true,
          "schema": {
            "type": "string",
            "format": "uuid"
          }
        },

      Until the spec is updated, I don't believe we'll be able to generate a client that will work for testing.

              bholifie Blake Holifield (Inactive)
              btweed@redhat.com Brandon Tweed
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: