You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Model/ProjectApiKey.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**createdAt** | **\DateTime** | The token's creation date | [optional][readonly]
8
8
**expiresAt** | **\DateTime** | | [optional]
9
9
**id** | **string** | The token's ID. | [readonly]
10
+
**lastCharacters** | **string** | The last characters of the token's value. Lets you tell API keys apart in the UI without revealing the full value. Empty for keys created before this was introduced. | [optional][readonly]
10
11
**name** | **string** | The Token's Name Set this to help you remember, for example, where you use the token. |
11
12
**ownerId** | **string** | The token's owner | [readonly]
12
13
**projectId** | **string** | The Token's Project ID | [optional][readonly]
Copy file name to clipboardExpand all lines: docs/Model/WorkspaceApiKey.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
**createdAt** | **\DateTime** | The API key's creation date | [optional][readonly]
8
8
**expiresAt** | **\DateTime** | | [optional]
9
9
**id** | **string** | The key's ID. | [readonly]
10
+
**lastCharacters** | **string** | The last characters of the key's value. Lets you tell API keys apart in the UI without revealing the full value. Empty for keys created before this was introduced. | [optional][readonly]
10
11
**name** | **string** | The API key's Name Set this to help you remember, for example, where you use the API key. |
11
12
**ownerId** | **string** | The key's owner | [readonly]
12
13
**updatedAt** | **\DateTime** | The API key's last update date | [optional][readonly]
0 commit comments