mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
docs: fix broken links (#7401)
This commit is contained in:
@@ -22,7 +22,7 @@ Before we can start building our application, we have to do a few configuration
|
|||||||
|
|
||||||
### Project roles
|
### Project roles
|
||||||
|
|
||||||
The Example expects [user roles](guides/integrate/retrieve-user-roles) to be returned after login.
|
The Example expects [user roles](/guides/integrate/retrieve-user-roles) to be returned after login.
|
||||||
This example expects 3 different roles:
|
This example expects 3 different roles:
|
||||||
- `admin`: superuser with permissions to use the admin console
|
- `admin`: superuser with permissions to use the admin console
|
||||||
- `staff`: user with permissions to see results of the polls
|
- `staff`: user with permissions to see results of the polls
|
||||||
|
@@ -31,7 +31,7 @@ DefaultInstance:
|
|||||||
|
|
||||||
You can restrict the maximum age of events returned by the following APIs:
|
You can restrict the maximum age of events returned by the following APIs:
|
||||||
|
|
||||||
- [Events Search](/apis/resources/admin/admin-service-list-events), See also the [Event API guide](guides/integrate/event-api)
|
- [Events Search](/apis/resources/admin/admin-service-list-events), See also the [Event API guide](/guides/integrate/event-api)
|
||||||
- [My User History](/apis/resources/auth/auth-service-list-my-user-changes)
|
- [My User History](/apis/resources/auth/auth-service-list-my-user-changes)
|
||||||
- [A Users History](/apis/resources/mgmt/management-service-list-user-changes)
|
- [A Users History](/apis/resources/mgmt/management-service-list-user-changes)
|
||||||
- [An Applications History](/apis/resources/mgmt/management-service-list-app-changes)
|
- [An Applications History](/apis/resources/mgmt/management-service-list-app-changes)
|
||||||
|
Reference in New Issue
Block a user