diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index a7ed7c964..0933f3562 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -64112,6 +64112,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64163,6 +64166,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64214,6 +64220,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64265,6 +64274,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } 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 a96998946..212c4a414 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 @@ -46466,6 +46466,8 @@ paths: examples: default: "$ref": "#/components/examples/clone-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46498,6 +46500,8 @@ paths: examples: default: "$ref": "#/components/examples/content-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46530,6 +46534,8 @@ paths: examples: default: "$ref": "#/components/examples/referrer-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46563,6 +46569,8 @@ paths: examples: default: "$ref": "#/components/examples/view-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index a7ed7c964..0933f3562 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -64112,6 +64112,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64163,6 +64166,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64214,6 +64220,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -64265,6 +64274,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index a96998946..212c4a414 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -46466,6 +46466,8 @@ paths: examples: default: "$ref": "#/components/examples/clone-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46498,6 +46500,8 @@ paths: examples: default: "$ref": "#/components/examples/content-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46530,6 +46534,8 @@ paths: examples: default: "$ref": "#/components/examples/referrer-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -46563,6 +46569,8 @@ paths: examples: default: "$ref": "#/components/examples/view-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a27ed25f7..69da93194 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -514262,6 +514262,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514435,6 +514450,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514563,6 +514593,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514781,6 +514826,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 2fdea622e..74c75be9b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -93525,6 +93525,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93616,6 +93617,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93675,6 +93677,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93771,6 +93774,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 + '202': *39 '403': *29 x-github: githubCloudOnly: false diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index a27ed25f7..69da93194 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -514262,6 +514262,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514435,6 +514450,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514563,6 +514593,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -514781,6 +514826,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 2fdea622e..74c75be9b 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -93525,6 +93525,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93616,6 +93617,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93675,6 +93677,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -93771,6 +93774,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 + '202': *39 '403': *29 x-github: githubCloudOnly: false diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 8d2e0f582..a47ababb3 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -572304,6 +572304,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572477,6 +572492,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572605,6 +572635,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572823,6 +572868,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 6965bf566..4c1e7fc26 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -106626,6 +106626,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106717,6 +106718,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106776,6 +106778,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106872,6 +106875,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 + '202': *39 '403': *29 x-github: githubCloudOnly: false diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 8d2e0f582..a47ababb3 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -572304,6 +572304,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572477,6 +572492,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572605,6 +572635,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { @@ -572823,6 +572868,21 @@ } } }, + "202": { + "description": "Accepted", + "content": { + "application/json": { + "schema": { + "type": "object" + }, + "examples": { + "default": { + "value": null + } + } + } + } + }, "403": { "description": "Forbidden", "content": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 6965bf566..4c1e7fc26 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -106626,6 +106626,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 7 uniques: 5 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106717,6 +106718,7 @@ paths: title: hubot/LICENSE.md at master · github/hubot · GitHub count: 281 uniques: 222 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106776,6 +106778,7 @@ paths: - referrer: yandex.ru count: 1 uniques: 1 + '202': *39 '403': *29 x-github: githubCloudOnly: false @@ -106872,6 +106875,7 @@ paths: - timestamp: '2016-10-24T00:00:00Z' count: 614 uniques: 237 + '202': *39 '403': *29 x-github: githubCloudOnly: false diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 0ed81776c..37cfa4cec 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -77209,6 +77209,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77260,6 +77263,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77311,6 +77317,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77362,6 +77371,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 09bcecb50..eb7ab62c6 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -55808,6 +55808,8 @@ paths: examples: default: "$ref": "#/components/examples/clone-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55840,6 +55842,8 @@ paths: examples: default: "$ref": "#/components/examples/content-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55872,6 +55876,8 @@ paths: examples: default: "$ref": "#/components/examples/referrer-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55905,6 +55911,8 @@ paths: examples: default: "$ref": "#/components/examples/view-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 0ed81776c..37cfa4cec 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -77209,6 +77209,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77260,6 +77263,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77311,6 +77317,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } @@ -77362,6 +77371,9 @@ } } }, + "202": { + "$ref": "#/components/responses/accepted" + }, "403": { "$ref": "#/components/responses/forbidden" } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 09bcecb50..eb7ab62c6 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -55808,6 +55808,8 @@ paths: examples: default: "$ref": "#/components/examples/clone-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55840,6 +55842,8 @@ paths: examples: default: "$ref": "#/components/examples/content-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55872,6 +55876,8 @@ paths: examples: default: "$ref": "#/components/examples/referrer-traffic-items" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: @@ -55905,6 +55911,8 @@ paths: examples: default: "$ref": "#/components/examples/view-traffic" + '202': + "$ref": "#/components/responses/accepted" '403': "$ref": "#/components/responses/forbidden" x-github: