-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
If a user issues a POST request to create a new workspace, the response is a HTTP 200 status code with no apparent new workspace. I would expect a 201 status code on success along with a new workspace created and visible in the response of a GET workspaces.
Example curl for stage:
curl --location 'console.stage.redhat.com/api/rbac/v2/workspaces/' \--header 'content-type: application/json' \--header 'Authorization: REDACTED' \--data '{ "name": "TWEEEEEEED", "description": "Blah blah blah"}'
- is cloned by
-
RHCLOUD-41210 Workspaces API - Update workspace via PUT does not update workspace data
-
- New
-