Skip to content

Commit

Permalink
feat: add optional description field when generating API Keys (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
PDXKimani authored Jan 2, 2024
1 parent 765efb2 commit b124426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ message _GenerateApiTokenRequest {
permission_messages.Permissions permissions = 4;

string token_id = 5;

string description = 6;
}

message _GenerateApiTokenResponse {
Expand Down

0 comments on commit b124426

Please sign in to comment.