This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 962
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support CreatePersonalAccessTokenForCurrentUser endpoint
- Loading branch information
1 parent
8cb9c32
commit bce1c13
Showing
3 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"id": 3, | ||
"name": "mytoken", | ||
"revoked": false, | ||
"created_at": "2020-10-14T11:58:53.526Z", | ||
"scopes": [ | ||
"k8s_proxy" | ||
], | ||
"user_id": 42, | ||
"active": true, | ||
"expires_at": "2020-10-15", | ||
"token": "glpat-aaaaaaaa-bbbbbbbbb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters