mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00

# Which Problems Are Solved - Role deletion or update API returns `404 Not Found` when the role key contains a slash (`/`), even if URL encoded. - This breaks management of hierarchical role keys like `admin/org/reader`. # How the Problems Are Solved - Updated the HTTP binding in the protobuf definition for the affected endpoints to use `{role_key=**}` instead of `{role_key}`. - This change enables proper decoding and handling of slashes in role keys as a single path variable. # Additional Changes None # Additional Context - Closes https://github.com/zitadel/zitadel/issues/9948 Co-authored-by: Masum Patel <patelmasum98@gmail.com> Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>