diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-07 08:50:13 -0800 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-07 08:50:13 -0800 |
commit | 7d83130d3eac2adadbd692313a03f80ef3008ad5 (patch) | |
tree | e928b95325d6dd39861d0dc32ea888d948fa6ddc /descriptions/api.github.com/api.github.com.2022-11-28.yaml | |
parent | e08bde60b1dc968acc89e20bd6727171a5624e5b (diff) | |
download | rest-api-description-7d83130d3eac2adadbd692313a03f80ef3008ad5.tar.gz rest-api-description-7d83130d3eac2adadbd692313a03f80ef3008ad5.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/api.github.com.2022-11-28.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.2022-11-28.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 0ae0183e9..c772f5459 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -21260,7 +21260,7 @@ paths: value: x-github: githubCloudOnly: false - enabledForGitHubApps: false + enabledForGitHubApps: true category: actions subcategory: workflow-runs "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": @@ -75528,8 +75528,8 @@ components: properties: name: type: string - description: Name of the model used for Copilot code completion - suggestions. If the default model is used will appear as 'default'. + description: Name of the model used for Copilot Chat. If the + default model is used will appear as 'default'. is_custom_model: type: boolean description: Indicates whether a model is custom or default. @@ -75573,8 +75573,8 @@ components: properties: name: type: string - description: Name of the model used for Copilot code completion suggestions. - If the default model is used will appear as 'default'. + description: Name of the model used for Copilot Chat. If the default + model is used will appear as 'default'. is_custom_model: type: boolean description: Indicates whether a model is custom or default. @@ -75622,8 +75622,8 @@ components: properties: name: type: string - description: Name of the model used for Copilot code completion - suggestions. If the default model is used will appear as 'default'. + description: Name of the model used for Copilot pull request + summaries. If the default model is used will appear as 'default'. is_custom_model: type: boolean description: Indicates whether a model is custom or default. @@ -79268,7 +79268,7 @@ components: - restricted_file_extensions - title: max_file_size description: Prevent commits that exceed a specified file size limit from - being pushed to the commit. + being pushed to the commit graph. type: object required: - type |