Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.0 Descriptions #4009

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,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 @@ -188012,7 +188012,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/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,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 @@ -139403,6 +139403,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
Loading