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: descriptions/api.github.com/api.github.com.json
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16315,7 +16315,7 @@
16315
16315
},
16316
16316
"post": {
16317
16317
"summary": "Create a project card",
16318
-
"description": "**Note**: GitHub's REST API v3 considers every pull request an issue, but not every issue is a pull request. For this reason, \"Issues\" endpoints may return both issues and pull requests in the response. You can identify pull requests by the `pull_request` key.\n\nBe aware that the `id` of a pull request returned from \"Issues\" endpoints will be an _issue id_. To find out the pull request id, use the \"[List pull requests](https://docs.github.com/rest/reference/pulls#list-pull-requests)\" endpoint.",
16318
+
"description": "",
16319
16319
"tags": [
16320
16320
"projects"
16321
16321
],
@@ -22914,6 +22914,7 @@
22914
22914
},
22915
22915
"started_at": {
22916
22916
"type": "string",
22917
+
"format": "date-time",
22917
22918
"description": "The time that the check run began. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
22918
22919
},
22919
22920
"conclusion": {
@@ -22932,6 +22933,7 @@
22932
22933
},
22933
22934
"completed_at": {
22934
22935
"type": "string",
22936
+
"format": "date-time",
22935
22937
"description": "The time the check completed. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
22936
22938
},
22937
22939
"output": {
@@ -23293,6 +23295,7 @@
23293
23295
},
23294
23296
"started_at": {
23295
23297
"type": "string",
23298
+
"format": "date-time",
23296
23299
"description": "This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
23297
23300
},
23298
23301
"status": {
@@ -23320,6 +23323,7 @@
23320
23323
},
23321
23324
"completed_at": {
23322
23325
"type": "string",
23326
+
"format": "date-time",
23323
23327
"description": "The time the check completed. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
23324
23328
},
23325
23329
"output": {
@@ -24565,7 +24569,7 @@
24565
24569
},
24566
24570
"started_at": {
24567
24571
"description": "The time that the analysis run began. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.",
24568
-
"format": "date",
24572
+
"format": "date-time",
24569
24573
"type": "string"
24570
24574
},
24571
24575
"tool_name": {
@@ -25525,7 +25529,8 @@
25525
25529
"in": "query",
25526
25530
"required": false,
25527
25531
"schema": {
25528
-
"type": "string"
25532
+
"type": "string",
25533
+
"format": "date-time"
25529
25534
}
25530
25535
},
25531
25536
{
@@ -28374,6 +28379,7 @@
28374
28379
},
28375
28380
"date": {
28376
28381
"type": "string",
28382
+
"format": "date-time",
28377
28383
"description": "Indicates when this commit was authored (or committed). This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
28378
28384
}
28379
28385
},
@@ -28396,6 +28402,7 @@
28396
28402
},
28397
28403
"date": {
28398
28404
"type": "string",
28405
+
"format": "date-time",
28399
28406
"description": "Indicates when this commit was authored (or committed). This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
28400
28407
}
28401
28408
}
@@ -28941,6 +28948,7 @@
28941
28948
},
28942
28949
"date": {
28943
28950
"type": "string",
28951
+
"format": "date-time",
28944
28952
"description": "When this object was tagged. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`."
28945
28953
}
28946
28954
},
@@ -34638,6 +34646,7 @@
34638
34646
"properties": {
34639
34647
"last_read_at": {
34640
34648
"type": "string",
34649
+
"format": "date-time",
34641
34650
"description": "Describes the last point that notifications were checked. Anything updated since this time will not be marked as read. If you omit this parameter, all notifications are marked as read. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. Default: The current timestamp."
34642
34651
}
34643
34652
}
@@ -62675,7 +62684,7 @@
62675
62684
},
62676
62685
"code-scanning-analysis-category": {
62677
62686
"type": "string",
62678
-
"description": "Identifies the configuration and environment under which the analysis was executed."
62687
+
"description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code."
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.yaml
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11635,10 +11635,7 @@ paths:
11635
11635
subcategory: cards
11636
11636
post:
11637
11637
summary: Create a project card
11638
-
description: |-
11639
-
**Note**: GitHub's REST API v3 considers every pull request an issue, but not every issue is a pull request. For this reason, "Issues" endpoints may return both issues and pull requests in the response. You can identify pull requests by the `pull_request` key.
11640
-
11641
-
Be aware that the `id` of a pull request returned from "Issues" endpoints will be an _issue id_. To find out the pull request id, use the "[List pull requests](https://docs.github.com/rest/reference/pulls#list-pull-requests)" endpoint.
11638
+
description: ''
11642
11639
tags:
11643
11640
- projects
11644
11641
operationId: projects/create-card
@@ -16310,6 +16307,7 @@ paths:
16310
16307
default: queued
16311
16308
started_at:
16312
16309
type: string
16310
+
format: date-time
16313
16311
description: 'The time that the check run began. This is a timestamp
16314
16312
in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
16315
16313
`YYYY-MM-DDTHH:MM:SSZ`.'
@@ -16334,6 +16332,7 @@ paths:
16334
16332
- timed_out
16335
16333
completed_at:
16336
16334
type: string
16335
+
format: date-time
16337
16336
description: 'The time the check completed. This is a timestamp
16338
16337
in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
16339
16338
`YYYY-MM-DDTHH:MM:SSZ`.'
@@ -16635,6 +16634,7 @@ paths:
16635
16634
description: A reference for the run on the integrator's system.
16636
16635
started_at:
16637
16636
type: string
16637
+
format: date-time
16638
16638
description: 'This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
16639
16639
format: `YYYY-MM-DDTHH:MM:SSZ`.'
16640
16640
status:
@@ -16665,6 +16665,7 @@ paths:
16665
16665
- timed_out
16666
16666
completed_at:
16667
16667
type: string
16668
+
format: date-time
16668
16669
description: 'The time the check completed. This is a timestamp
16669
16670
in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
16670
16671
`YYYY-MM-DDTHH:MM:SSZ`.'
@@ -17649,7 +17650,7 @@ paths:
17649
17650
description: 'The time that the analysis run began. This is a timestamp
17650
17651
in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
17651
17652
`YYYY-MM-DDTHH:MM:SSZ`.'
17652
-
format: date
17653
+
format: date-time
17653
17654
type: string
17654
17655
tool_name:
17655
17656
description: The name of the tool used to generate the code scanning
@@ -18354,6 +18355,7 @@ paths:
18354
18355
required: false
18355
18356
schema:
18356
18357
type: string
18358
+
format: date-time
18357
18359
- "$ref": "#/components/parameters/per_page"
18358
18360
- "$ref": "#/components/parameters/page"
18359
18361
responses:
@@ -20559,6 +20561,7 @@ paths:
20559
20561
description: The email of the author (or committer) of the commit
20560
20562
date:
20561
20563
type: string
20564
+
format: date-time
20562
20565
description: 'Indicates when this commit was authored (or committed).
20563
20566
This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
20564
20567
format: `YYYY-MM-DDTHH:MM:SSZ`.'
@@ -20579,6 +20582,7 @@ paths:
20579
20582
description: The email of the author (or committer) of the commit
20580
20583
date:
20581
20584
type: string
20585
+
format: date-time
20582
20586
description: 'Indicates when this commit was authored (or committed).
20583
20587
This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
20584
20588
format: `YYYY-MM-DDTHH:MM:SSZ`.'
@@ -21029,6 +21033,7 @@ paths:
21029
21033
description: The email of the author of the tag
21030
21034
date:
21031
21035
type: string
21036
+
format: date-time
21032
21037
description: 'When this object was tagged. This is a timestamp
21033
21038
in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
21034
21039
`YYYY-MM-DDTHH:MM:SSZ`.'
@@ -24900,6 +24905,7 @@ paths:
24900
24905
properties:
24901
24906
last_read_at:
24902
24907
type: string
24908
+
format: date-time
24903
24909
description: 'Describes the last point that notifications were checked.
24904
24910
Anything updated since this time will not be marked as read. If
24905
24911
you omit this parameter, all notifications are marked as read.
@@ -45484,8 +45490,9 @@ components:
45484
45490
in which this analysis was performed.
45485
45491
code-scanning-analysis-category:
45486
45492
type: string
45487
-
description: Identifies the configuration and environment under which the analysis
45488
-
was executed.
45493
+
description: Identifies the configuration under which the analysis was executed.
45494
+
Used to distinguish between multiple analyses for the same tool and commit,
45495
+
but performed on different languages or different parts of the code.
45489
45496
code-scanning-analysis-created-at:
45490
45497
type: string
45491
45498
description: 'The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.'
0 commit comments