Details
-
Bug
-
Resolution: Fixed
-
Minor
-
COmanage Registry 4.1.1 (The Info MR1)
-
None
-
None
Description
Attempting to view a CoGroup per CO Person with an invalid CoPersonId returns 404 on PostgreSQL but 200 on MariaDB.
Example request and response on MariaDB with invalid / non-existent CoPersonId "999" :
[Request] GET https://comanage-registry:443/registry/co_groups.json?copersonid=999 |
|
[Response] 200 |
|
[Response] {"ResponseType":"CoGroups","Version":"1.0","CoGroups":[]} |
Attachments
Issue Links
- is related to
-
CO-2612 Database specific response for REST APIv1 OrgIdentity
- Resolved