You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v2 and v3 APIs are not feature complete, we are f.x. missing updating user metadata. We will need to keep using some v1 endpoints, so we should support these endpoints via the REST transport as well.
The text was updated successfully, but these errors were encountered:
Originally we envisioned the v2 API as replacing the v1 api entirely, and as such we left the v1 methods primarily as deprecated for backwards compatibility.
In practice, Zitadel's v2 API should be seen as an extension of the v1 API, so this doesn't really work.
We have decided to provide the same clients for "both" APIs, and generate our own types to use it instead of using the upstream zitadel crate. This will allow us to actually deprecate the "v1" API, and make it easier to provide as-yet unimplemented methods for the "v1" API.
The v2 and v3 APIs are not feature complete, we are f.x. missing updating user metadata. We will need to keep using some v1 endpoints, so we should support these endpoints via the REST transport as well.
The text was updated successfully, but these errors were encountered: