Update proto/zitadel/resources/user/v3alpha/user_service.proto

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Stefan Benz
2024-10-01 13:22:03 +02:00
committed by GitHub
parent 45dca1494c
commit c4a0b7e9b6

View File

@@ -693,7 +693,7 @@ service ZITADELUsers {
// Add a personal access token
//
// Add a new personal access token to a user. The personal access token will be used to identify the user on authentication.
// Add a new personal access token to a user. The personal access token can be used to access granted resources including the ZITADEL API.
rpc AddPersonalAccessToken (AddPersonalAccessTokenRequest) returns (AddPersonalAccessTokenResponse) {
option (google.api.http) = {
post: "/resources/v3alpha/users/{id}/personal_access_token"