-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
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.
- blocks
-
RHCLOUD-31488 PDF Generator Testing for API Updates
-
- Closed
-