Skip to content

Commit

Permalink
Merge pull request #4010 from github/openapi-update-4cbe0d680cba2e0c4…
Browse files Browse the repository at this point in the history
…aee3d250fd857c529c9770c3c093526557205cbd134691e

Update OpenAPI 3.1 Descriptions
  • Loading branch information
jencarlucci authored Sep 26, 2024
2 parents 36b8f45 + 4406d3d commit e4dffbf
Show file tree
Hide file tree
Showing 16 changed files with 240 additions and 24 deletions.
18 changes: 16 additions & 2 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@
"tags": [
"classroom"
],
"operationId": "classroom/list-accepted-assigments-for-an-assignment",
"operationId": "classroom/list-accepted-assignments-for-an-assignment",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment"
Expand Down Expand Up @@ -193958,7 +193958,21 @@
]
},
"reason": {
"type": "string"
"type": "string",
"enum": [
"UNKNOWN_REMOVAL_REASON",
"MANUAL",
"MERGE",
"MERGE_CONFLICT",
"CI_FAILURE",
"CI_TIMEOUT",
"ALREADY_MERGED",
"QUEUE_CLEARED",
"ROLL_BACK",
"BRANCH_PROTECTIONS",
"GIT_TREE_INVALID",
"INVALID_MERGE_COMMIT"
]
},
"repository": {
"$ref": "#/components/schemas/repository-webhooks"
Expand Down
15 changes: 14 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ paths:
the assignment.
tags:
- classroom
operationId: classroom/list-accepted-assigments-for-an-assignment
operationId: classroom/list-accepted-assignments-for-an-assignment
externalDocs:
description: API method documentation
url: https://docs.github.com/rest/classroom/classroom#list-accepted-assignments-for-an-assignment
Expand Down Expand Up @@ -141308,6 +141308,19 @@ components:
- draft
reason:
type: string
enum:
- UNKNOWN_REMOVAL_REASON
- MANUAL
- MERGE
- MERGE_CONFLICT
- CI_FAILURE
- CI_TIMEOUT
- ALREADY_MERGED
- QUEUE_CLEARED
- ROLL_BACK
- BRANCH_PROTECTIONS
- GIT_TREE_INVALID
- INVALID_MERGE_COMMIT
repository:
"$ref": "#/components/schemas/repository-webhooks"
sender:
Expand Down
Loading

0 comments on commit e4dffbf

Please sign in to comment.