apk
apk copied to clipboard
[Admin] Incorrect status code returned when adding organizations
Description:
When a user tries to add an existing organization again, the expected status code should be 409
. However, 500
is returned from the admin REST API. This is already handled internally. We need to modify the definition and handle this from REST API level