File tree Expand file tree Collapse file tree 23 files changed +163
-33
lines changed Expand file tree Collapse file tree 23 files changed +163
-33
lines changed Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
@@ -70656,12 +70656,35 @@
7065670656 "schema": {
7065770657 "type": "array",
7065870658 "items": {
70659- "$ref": "#/components/schemas/organization-fine-grained-permission"
70659+ "title": "Organization Fine-Grained Permission",
70660+ "description": "A fine-grained permission that protects organization resources.",
70661+ "type": "object",
70662+ "properties": {
70663+ "name": {
70664+ "type": "string"
70665+ },
70666+ "description": {
70667+ "type": "string"
70668+ }
70669+ },
70670+ "required": [
70671+ "name",
70672+ "description"
70673+ ]
7066070674 }
7066170675 },
7066270676 "examples": {
7066370677 "default": {
70664- "$ref": "#/components/examples/organization-fine-grained-permission-example"
70678+ "value": [
70679+ {
70680+ "name": "read_organization_custom_org_role",
70681+ "description": "View organization roles"
70682+ },
70683+ {
70684+ "name": "write_organization_custom_org_role",
70685+ "description": "Manage custom organization roles"
70686+ }
70687+ ]
7066570688 }
7066670689 }
7066770690 }
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
@@ -63757,12 +63757,35 @@
6375763757 "schema": {
6375863758 "type": "array",
6375963759 "items": {
63760- "$ref": "#/components/schemas/organization-fine-grained-permission"
63760+ "title": "Organization Fine-Grained Permission",
63761+ "description": "A fine-grained permission that protects organization resources.",
63762+ "type": "object",
63763+ "properties": {
63764+ "name": {
63765+ "type": "string"
63766+ },
63767+ "description": {
63768+ "type": "string"
63769+ }
63770+ },
63771+ "required": [
63772+ "name",
63773+ "description"
63774+ ]
6376163775 }
6376263776 },
6376363777 "examples": {
6376463778 "default": {
63765- "$ref": "#/components/examples/organization-fine-grained-permission-example"
63779+ "value": [
63780+ {
63781+ "name": "read_organization_custom_org_role",
63782+ "description": "View organization roles"
63783+ },
63784+ {
63785+ "name": "write_organization_custom_org_role",
63786+ "description": "Manage custom organization roles"
63787+ }
63788+ ]
6376663789 }
6376763790 }
6376863791 }
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
@@ -65260,12 +65260,35 @@
6526065260 "schema": {
6526165261 "type": "array",
6526265262 "items": {
65263- "$ref": "#/components/schemas/organization-fine-grained-permission"
65263+ "title": "Organization Fine-Grained Permission",
65264+ "description": "A fine-grained permission that protects organization resources.",
65265+ "type": "object",
65266+ "properties": {
65267+ "name": {
65268+ "type": "string"
65269+ },
65270+ "description": {
65271+ "type": "string"
65272+ }
65273+ },
65274+ "required": [
65275+ "name",
65276+ "description"
65277+ ]
6526465278 }
6526565279 },
6526665280 "examples": {
6526765281 "default": {
65268- "$ref": "#/components/examples/organization-fine-grained-permission-example"
65282+ "value": [
65283+ {
65284+ "name": "read_organization_custom_org_role",
65285+ "description": "View organization roles"
65286+ },
65287+ {
65288+ "name": "write_organization_custom_org_role",
65289+ "description": "Manage custom organization roles"
65290+ }
65291+ ]
6526965292 }
6527065293 }
6527165294 }
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
@@ -66595,12 +66595,35 @@
6659566595 "schema": {
6659666596 "type": "array",
6659766597 "items": {
66598- "$ref": "#/components/schemas/organization-fine-grained-permission"
66598+ "title": "Organization Fine-Grained Permission",
66599+ "description": "A fine-grained permission that protects organization resources.",
66600+ "type": "object",
66601+ "properties": {
66602+ "name": {
66603+ "type": "string"
66604+ },
66605+ "description": {
66606+ "type": "string"
66607+ }
66608+ },
66609+ "required": [
66610+ "name",
66611+ "description"
66612+ ]
6659966613 }
6660066614 },
6660166615 "examples": {
6660266616 "default": {
66603- "$ref": "#/components/examples/organization-fine-grained-permission-example"
66617+ "value": [
66618+ {
66619+ "name": "read_organization_custom_org_role",
66620+ "description": "View organization roles"
66621+ },
66622+ {
66623+ "name": "write_organization_custom_org_role",
66624+ "description": "Manage custom organization roles"
66625+ }
66626+ ]
6660466627 }
6660566628 }
6660666629 }
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
@@ -67302,12 +67302,35 @@
6730267302 "schema": {
6730367303 "type": "array",
6730467304 "items": {
67305- "$ref": "#/components/schemas/organization-fine-grained-permission"
67305+ "title": "Organization Fine-Grained Permission",
67306+ "description": "A fine-grained permission that protects organization resources.",
67307+ "type": "object",
67308+ "properties": {
67309+ "name": {
67310+ "type": "string"
67311+ },
67312+ "description": {
67313+ "type": "string"
67314+ }
67315+ },
67316+ "required": [
67317+ "name",
67318+ "description"
67319+ ]
6730667320 }
6730767321 },
6730867322 "examples": {
6730967323 "default": {
67310- "$ref": "#/components/examples/organization-fine-grained-permission-example"
67324+ "value": [
67325+ {
67326+ "name": "read_organization_custom_org_role",
67327+ "description": "View organization roles"
67328+ },
67329+ {
67330+ "name": "write_organization_custom_org_role",
67331+ "description": "Manage custom organization roles"
67332+ }
67333+ ]
6731167334 }
6731267335 }
6731367336 }
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
Original file line number Diff line number Diff line change 11{
22 "openapi": "3.0.3",
33 "info": {
4- "version": "17.1.0 ",
4+ "version": "17.1.1 ",
55 "title": "GitHub's official OpenAPI spec + Octokit extension",
66 "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77 "license": {
Original file line number Diff line number Diff line change 1616 "author" : " Gregor Martynus (https://twitter.com/gr2m)" ,
1717 "license" : " MIT" ,
1818 "octokit" : {
19- "openapi-version" : " 17.1.0 "
19+ "openapi-version" : " 17.1.1 "
2020 }
2121}
You can’t perform that action at this time.
0 commit comments