DELETE and PATCH /api/entitlements/v2/groups/{group_email}
Received a response with 5xx status code: 500 {"code": 500, "reason:": "Internal Server Error" "message":"An unknown error has occurred" }
I expected a 4xx error.
Run this delete curl command to reproduce this failure:
curl -X DELETE -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: osdu' https://osdu.r3m18.preshiptesting.osdu.aws/api/entitlements/v2/groups/%25
Run this patch curl command to reproduce this failure:
curl -X PATCH -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: osdu' -d '[]' https://osdu.r3m18.preshiptesting.osdu.aws/api/entitlements/v2/groups/%3B
I only tested this in AWS and Azure.
Edited by Shane Hutchins