Skip to content

Commit beba6f5

Browse files
committed
feat: add new added_by and last_used attributes on Deploy Keys returned across the API
1 parent 821c290 commit beba6f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generated/api.github.com.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79417,6 +79417,14 @@
7941779417
},
7941879418
"read_only": {
7941979419
"type": "boolean"
79420+
},
79421+
"added_by": {
79422+
"type": "string",
79423+
"nullable": true
79424+
},
79425+
"last_used": {
79426+
"type": "string",
79427+
"nullable": true
7942079428
}
7942179429
},
7942279430
"required": [

0 commit comments

Comments
 (0)