mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-24 19:07:37 +00:00
# Which Problems Are Solved As part of our efforts to simplify the structure and versions of our APIs, were moving all existing v2beta endpoints to v2 and deprecate them. They will be removed in Zitadel V5. # How the Problems Are Solved - This PR deprecates all v2beta service and their endpoints, which have already a corresponding v2 version and should not be used anymore. - The comments and have been improved and, where not already done, moved from swagger annotations to proto. - All required fields have been marked with `(google.api.field_behavior) = REQUIRED` and validation rules have been added where missing. - Removed the "required flag" comments on the Action and WebKey service endpoints, since they were removed in Zitadel v4. - The `SetSession` endpoint already documented that the token does not have to be provided anymore and will be ignored if still sent, but it was actually still checked if provided. The corresponding check has been removed and the field is now properly deprecated in the proto as well. # Additional Changes None # Additional Context - part of #10772 - requires backport to v4.x