|
1 | 1 | { |
2 | 2 | "openapi": "3.0.3", |
3 | 3 | "info": { |
4 | | - "version": "2.24.1", |
| 4 | + "version": "2.25.0", |
5 | 5 | "title": "GitHub's official OpenAPI spec + Octokit extension", |
6 | 6 | "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs", |
7 | 7 | "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" }, |
|
1916 | 1916 | } |
1917 | 1917 | } |
1918 | 1918 | }, |
1919 | | - "304": { "$ref": "#/components/responses/not_modified" }, |
1920 | | - "415": { "$ref": "#/components/responses/preview_header_missing" } |
| 1919 | + "304": { "$ref": "#/components/responses/not_modified" } |
1921 | 1920 | }, |
1922 | 1921 | "x-github": { |
1923 | 1922 | "githubCloudOnly": false, |
1924 | 1923 | "enabledForGitHubApps": true, |
1925 | | - "previews": [ |
1926 | | - { |
1927 | | - "required": true, |
1928 | | - "name": "scarlet-witch", |
1929 | | - "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```" |
1930 | | - } |
1931 | | - ], |
1932 | 1924 | "category": "codes-of-conduct", |
1933 | 1925 | "subcategory": null |
1934 | 1926 | }, |
|
1966 | 1958 | } |
1967 | 1959 | }, |
1968 | 1960 | "304": { "$ref": "#/components/responses/not_modified" }, |
1969 | | - "404": { "$ref": "#/components/responses/not_found" }, |
1970 | | - "415": { "$ref": "#/components/responses/preview_header_missing" } |
| 1961 | + "404": { "$ref": "#/components/responses/not_found" } |
1971 | 1962 | }, |
1972 | 1963 | "x-github": { |
1973 | 1964 | "githubCloudOnly": false, |
1974 | 1965 | "enabledForGitHubApps": true, |
1975 | | - "previews": [ |
1976 | | - { |
1977 | | - "required": true, |
1978 | | - "name": "scarlet-witch", |
1979 | | - "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```" |
1980 | | - } |
1981 | | - ], |
1982 | 1966 | "category": "codes-of-conduct", |
1983 | 1967 | "subcategory": null |
1984 | 1968 | }, |
|
41167 | 41151 | "$ref": "#/components/schemas/selected-actions-url" |
41168 | 41152 | } |
41169 | 41153 | }, |
41170 | | - "required": ["enabled_organizations", "allowed_actions"] |
| 41154 | + "required": ["enabled_organizations"] |
41171 | 41155 | }, |
41172 | 41156 | "organization-simple": { |
41173 | 41157 | "title": "Organization Simple", |
|
45904 | 45888 | "$ref": "#/components/schemas/selected-actions-url" |
45905 | 45889 | } |
45906 | 45890 | }, |
45907 | | - "required": ["enabled", "allowed_actions"] |
| 45891 | + "required": ["enabled"] |
45908 | 45892 | }, |
45909 | 45893 | "pull-request-minimal": { |
45910 | 45894 | "title": "Pull Request Minimal", |
|
0 commit comments