mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 16:17:51 +00:00
chore: rename master to main (#1550)
* chore: rename master to main * docs
This commit is contained in:
@@ -15,4 +15,4 @@ The authentication API (aka Auth API) is used for all operations on the currentl
|
||||
> At a later date we might expose functions to build your own login GUI
|
||||
> You can build your own user Register GUI already by utilizing the [Management API](#management)
|
||||
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/master/pkg/grpc/auth/proto/auth.proto)
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/main/pkg/grpc/auth/proto/auth.proto)
|
||||
|
@@ -12,4 +12,4 @@ The management API is as the name states the interface where systems can mutate
|
||||
| REST | [https://api.zitadel.ch/management/v1/](https://api.zitadel.ch/management/v1/) |
|
||||
| GRPC | [https://api.zitadel.ch/caos.zitadel.management.api.v1.ManagementService/](https://api.zitadel.ch/caos.zitadel.management.api.v1.ManagementService) |
|
||||
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/master/pkg/grpc/management/proto/management.proto)
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/main/pkg/grpc/management/proto/management.proto)
|
||||
|
@@ -12,4 +12,4 @@ This API is intended to configure and manage the IAM itself.
|
||||
| REST | [https://api.zitadel.ch/admin/v1/](https://api.zitadel.ch/admin/v1/) |
|
||||
| GRPC | [https://api.zitadel.ch/caos.zitadel.admin.api.v1.AdminService/](https://api.zitadel.ch/caos.zitadel.admin.api.v1.AdminService) |
|
||||
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/master/pkg/grpc/admin/proto/admin.proto)
|
||||
[Latest API Version](https://github.com/caos/zitadel/blob/main/pkg/grpc/admin/proto/admin.proto)
|
||||
|
Reference in New Issue
Block a user