Skip to content

Commit 69c1877

Browse files
author
Octokit Bot
committed
WIP: schema updates
1 parent f34e7ec commit 69c1877

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed

cache/api.github.com.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164514,6 +164514,14 @@
164514164514
"schema": { "$ref": "#/components/schemas/basic-error" }
164515164515
}
164516164516
}
164517+
},
164518+
"unacceptable": {
164519+
"description": "Unacceptable",
164520+
"content": {
164521+
"application/json": {
164522+
"schema": { "$ref": "#/components/schemas/basic-error" }
164523+
}
164524+
}
164517164525
}
164518164526
},
164519164527
"headers": {

cache/ghec.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167337,6 +167337,14 @@
167337167337
}
167338167338
}
167339167339
},
167340+
"unacceptable": {
167341+
"description": "Unacceptable",
167342+
"content": {
167343+
"application/json": {
167344+
"schema": { "$ref": "#/components/schemas/basic-error" }
167345+
}
167346+
}
167347+
},
167340167348
"scim_bad_request": {
167341167349
"description": "Bad request",
167342167350
"content": {

cache/ghes-3.10.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155616,6 +155616,14 @@
155616155616
}
155617155617
}
155618155618
},
155619+
"unacceptable": {
155620+
"description": "Unacceptable",
155621+
"content": {
155622+
"application/json": {
155623+
"schema": { "$ref": "#/components/schemas/basic-error" }
155624+
}
155625+
}
155626+
},
155619155627
"scim_bad_request": {
155620155628
"description": "Bad request",
155621155629
"content": {

cache/ghes-3.11.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157694,6 +157694,14 @@
157694157694
}
157695157695
}
157696157696
},
157697+
"unacceptable": {
157698+
"description": "Unacceptable",
157699+
"content": {
157700+
"application/json": {
157701+
"schema": { "$ref": "#/components/schemas/basic-error" }
157702+
}
157703+
}
157704+
},
157697157705
"scim_bad_request": {
157698157706
"description": "Bad request",
157699157707
"content": {

cache/ghes-3.12.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158916,6 +158916,14 @@
158916158916
}
158917158917
}
158918158918
},
158919+
"unacceptable": {
158920+
"description": "Unacceptable",
158921+
"content": {
158922+
"application/json": {
158923+
"schema": { "$ref": "#/components/schemas/basic-error" }
158924+
}
158925+
}
158926+
},
158919158927
"scim_bad_request": {
158920158928
"description": "Bad request",
158921158929
"content": {

cache/ghes-3.8.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151991,6 +151991,14 @@
151991151991
}
151992151992
}
151993151993
},
151994+
"unacceptable": {
151995+
"description": "Unacceptable",
151996+
"content": {
151997+
"application/json": {
151998+
"schema": { "$ref": "#/components/schemas/basic-error" }
151999+
}
152000+
}
152001+
},
151994152002
"no_content": { "description": "A header with no content is returned." },
151995152003
"scim_bad_request": {
151996152004
"description": "Bad request",

cache/ghes-3.9.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154187,6 +154187,14 @@
154187154187
}
154188154188
}
154189154189
},
154190+
"unacceptable": {
154191+
"description": "Unacceptable",
154192+
"content": {
154193+
"application/json": {
154194+
"schema": { "$ref": "#/components/schemas/basic-error" }
154195+
}
154196+
}
154197+
},
154190154198
"no_content": { "description": "A header with no content is returned." },
154191154199
"scim_bad_request": {
154192154200
"description": "Bad request",

0 commit comments

Comments
 (0)