+22
−37
Loading
Updates the credentials update and delete endpoints to require user credentials ID in the URL path, improving API consistency and enabling proper resource identification.
Modifies the PUT endpoint from `/credentials/group/{group_id}` to `/credentials/{user_credentials_id}/group/{group_id}` and updates the DELETE endpoint to include `/group/` segment for better REST API design.
Updates all related client code, tests, and API schema to handle the new endpoint structure with the additional user credentials ID parameter.
Co-authored-by:
Arash Kadkhodaei <arash77.kad@gmail.com>