You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when creating a userGroup via the http api, 500 Internal Server Error with "{"status":"error","message":"Not found"}" gets returned but object gets created as requested
Expected Behavior
when creating a userGroup via the http api and the object gets created successfully, the response code should be 201 Created
Current Behavior
when creating a userGroup via the http api, 500 Internal Server Error with "{"status":"error","message":"Not found"}" gets returned but object gets created as requested
Possible Solution
fix message and responscode when object successfully got created
Steps to Reproduce (for bugs)
run
and check the response code
Your Environment
The text was updated successfully, but these errors were encountered: