Skip to content

Commit

Permalink
feat: adds platform_chat, cli, renames copilot_chat > `ide_chat…
Browse files Browse the repository at this point in the history
…` in `copilot-organization-details`, updates docs
  • Loading branch information
nickfloyd committed Feb 29, 2024
2 parents d186762 + 051f038 commit 886e1cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cache/ghec.json
Expand Up @@ -167072,14 +167072,6 @@
}
}
},
"code_scanning_forbidden_read": {
"description": "Response if GitHub Advanced Security is not enabled for this repository",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/basic-error" }
}
}
},
"forbidden_gist": {
"description": "Forbidden Gist",
"content": {
Expand Down Expand Up @@ -167146,6 +167138,14 @@
}
}
},
"code_scanning_forbidden_read": {
"description": "Response if GitHub Advanced Security is not enabled for this repository",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/basic-error" }
}
}
},
"code_scanning_forbidden_write": {
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
"content": {
Expand Down

0 comments on commit 886e1cf

Please sign in to comment.