Support OpenAPI 3.1 (#25710)
This commit is contained in:
@@ -18412,8 +18412,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -18482,8 +18482,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -19685,7 +19685,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19900,7 +19900,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -19910,7 +19910,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20009,7 +20009,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20182,7 +20182,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20316,7 +20316,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20421,7 +20421,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -20538,7 +20538,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20753,7 +20753,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -20763,7 +20763,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20862,7 +20862,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -21035,7 +21035,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -21169,7 +21169,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -21274,7 +21274,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -21783,7 +21783,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -21995,7 +21995,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -30270,7 +30270,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -30320,7 +30320,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -37193,8 +37193,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -37208,7 +37208,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -37333,8 +37333,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -37348,7 +37348,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -37729,7 +37729,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"reviewers": {
|
"reviewers": {
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -37800,7 +37800,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"deployment_branch_policy": {
|
"deployment_branch_policy": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -37900,7 +37900,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -37971,7 +37971,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -39902,8 +39902,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -39949,8 +39949,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -40048,8 +40048,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -40095,8 +40095,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -41625,8 +41625,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -41705,8 +41705,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -44942,7 +44942,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -45012,7 +45012,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -45142,7 +45142,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -45212,7 +45212,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -46712,8 +46712,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -46726,7 +46726,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -46748,8 +46748,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -46841,8 +46841,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -46855,7 +46855,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -46877,8 +46877,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -47112,12 +47112,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -47127,7 +47127,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -47162,8 +47162,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -47253,12 +47253,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -47268,7 +47268,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -47303,8 +47303,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -54396,7 +54396,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -54479,7 +54479,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -54622,7 +54622,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -54699,7 +54699,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -54832,7 +54832,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -54900,7 +54900,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -55055,7 +55055,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -55142,7 +55142,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -58356,8 +58356,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -58436,8 +58436,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -58594,8 +58594,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -58674,8 +58674,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -58875,8 +58875,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -58937,8 +58937,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -59067,8 +59067,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -59129,8 +59129,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -59370,8 +59370,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -59441,8 +59441,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -62193,7 +62193,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -62322,7 +62322,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -63094,7 +63094,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63165,7 +63165,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63601,7 +63601,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63641,7 +63641,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63875,7 +63875,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63912,7 +63912,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -64293,7 +64293,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -64374,7 +64374,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -73644,7 +73644,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"security_and_analysis": {
|
"security_and_analysis": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -74066,7 +74066,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -79766,7 +79766,7 @@
|
|||||||
],
|
],
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"type": "object or array or string",
|
"type": "object or array or string or ",
|
||||||
"description": "",
|
"description": "",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
@@ -79853,7 +79853,7 @@
|
|||||||
],
|
],
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"type": "object or array or string",
|
"type": "object or array or string or ",
|
||||||
"description": "",
|
"description": "",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
@@ -80006,7 +80006,7 @@
|
|||||||
],
|
],
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"type": "object or array or string",
|
"type": "object or array or string or ",
|
||||||
"description": "",
|
"description": "",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
@@ -80093,7 +80093,7 @@
|
|||||||
],
|
],
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"type": "object or array or string",
|
"type": "object or array or string or ",
|
||||||
"description": "",
|
"description": "",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
@@ -81433,7 +81433,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -81484,7 +81484,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -82078,7 +82078,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -82154,7 +82154,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -83102,7 +83102,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -83184,7 +83184,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -88117,7 +88117,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -88211,7 +88211,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -90707,8 +90707,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -90777,8 +90777,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -91229,8 +91229,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -91306,8 +91306,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91467,8 +91467,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -91544,8 +91544,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91763,8 +91763,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -91843,8 +91843,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -92006,8 +92006,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -92086,8 +92086,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15490,8 +15490,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -15560,8 +15560,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -16032,7 +16032,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16247,7 +16247,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -16257,7 +16257,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16496,7 +16496,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16601,7 +16601,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -16736,7 +16736,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16951,7 +16951,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -16961,7 +16961,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17200,7 +17200,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17305,7 +17305,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -25819,7 +25819,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -25869,7 +25869,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -28915,8 +28915,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -28930,7 +28930,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -29061,8 +29061,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -29076,7 +29076,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -30572,7 +30572,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -30613,7 +30613,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -35469,8 +35469,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -35549,8 +35549,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -38786,7 +38786,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -38856,7 +38856,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -38986,7 +38986,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -39056,7 +39056,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -39905,8 +39905,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -39919,7 +39919,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -39941,8 +39941,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -40034,8 +40034,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40048,7 +40048,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40070,8 +40070,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40310,12 +40310,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -40325,7 +40325,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40360,8 +40360,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -40451,12 +40451,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -40466,7 +40466,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40501,8 +40501,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -45214,7 +45214,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45297,7 +45297,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45440,7 +45440,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45517,7 +45517,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45650,7 +45650,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45718,7 +45718,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45873,7 +45873,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45960,7 +45960,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -48179,8 +48179,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -48259,8 +48259,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -48417,8 +48417,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -48497,8 +48497,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -48698,8 +48698,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -48760,8 +48760,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -48890,8 +48890,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -48952,8 +48952,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -49193,8 +49193,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -49264,8 +49264,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -49671,7 +49671,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -49800,7 +49800,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -50519,7 +50519,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -50595,7 +50595,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51046,7 +51046,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51091,7 +51091,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51336,7 +51336,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51379,7 +51379,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51778,7 +51778,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51865,7 +51865,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -65971,7 +65971,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -66047,7 +66047,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -67010,7 +67010,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -67092,7 +67092,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -70869,7 +70869,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -70963,7 +70963,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -73098,8 +73098,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -73168,8 +73168,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -73362,8 +73362,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -73439,8 +73439,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -73600,8 +73600,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -73677,8 +73677,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -73896,8 +73896,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -73976,8 +73976,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74139,8 +74139,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -74219,8 +74219,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15490,8 +15490,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -15560,8 +15560,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -16149,7 +16149,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16364,7 +16364,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -16374,7 +16374,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16613,7 +16613,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16718,7 +16718,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -16853,7 +16853,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17068,7 +17068,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -17078,7 +17078,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17317,7 +17317,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17422,7 +17422,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -25936,7 +25936,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -25986,7 +25986,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -29394,8 +29394,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -29409,7 +29409,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -29540,8 +29540,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -29555,7 +29555,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -31051,7 +31051,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -31092,7 +31092,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -35948,8 +35948,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -36028,8 +36028,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -39265,7 +39265,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -39335,7 +39335,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -39465,7 +39465,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -39535,7 +39535,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40384,8 +40384,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -40398,7 +40398,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40420,8 +40420,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -40513,8 +40513,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40527,7 +40527,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40549,8 +40549,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40789,12 +40789,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -40804,7 +40804,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40839,8 +40839,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -40930,12 +40930,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -40945,7 +40945,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -40980,8 +40980,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -45693,7 +45693,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45776,7 +45776,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45919,7 +45919,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -45996,7 +45996,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -46129,7 +46129,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -46197,7 +46197,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -46352,7 +46352,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -46439,7 +46439,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -48658,8 +48658,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -48738,8 +48738,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -48896,8 +48896,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -48976,8 +48976,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -49177,8 +49177,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -49239,8 +49239,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -49369,8 +49369,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -49431,8 +49431,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -49672,8 +49672,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -49743,8 +49743,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -50150,7 +50150,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -50279,7 +50279,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -50998,7 +50998,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51074,7 +51074,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51525,7 +51525,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51570,7 +51570,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51815,7 +51815,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -51858,7 +51858,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -52257,7 +52257,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -52344,7 +52344,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -66246,7 +66246,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -66297,7 +66297,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -66813,7 +66813,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -66889,7 +66889,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -67852,7 +67852,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -67934,7 +67934,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -71711,7 +71711,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -71805,7 +71805,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -73940,8 +73940,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -74010,8 +74010,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -74204,8 +74204,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -74281,8 +74281,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74442,8 +74442,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -74519,8 +74519,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74738,8 +74738,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -74818,8 +74818,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -74981,8 +74981,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -75061,8 +75061,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16169,8 +16169,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -16239,8 +16239,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -17003,7 +17003,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17218,7 +17218,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -17228,7 +17228,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17467,7 +17467,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17572,7 +17572,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -17707,7 +17707,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17922,7 +17922,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -17932,7 +17932,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18171,7 +18171,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18276,7 +18276,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -26790,7 +26790,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -26840,7 +26840,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -30268,8 +30268,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -30283,7 +30283,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -30414,8 +30414,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -30429,7 +30429,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -30820,7 +30820,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"reviewers": {
|
"reviewers": {
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -30891,7 +30891,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"deployment_branch_policy": {
|
"deployment_branch_policy": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -30991,7 +30991,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -31062,7 +31062,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -32474,7 +32474,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -32515,7 +32515,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -37371,8 +37371,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -37451,8 +37451,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -40688,7 +40688,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40758,7 +40758,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40888,7 +40888,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40958,7 +40958,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -41807,8 +41807,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -41821,7 +41821,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -41843,8 +41843,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -41936,8 +41936,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -41950,7 +41950,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -41972,8 +41972,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42212,12 +42212,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -42227,7 +42227,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -42262,8 +42262,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -42353,12 +42353,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -42368,7 +42368,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -42403,8 +42403,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -47116,7 +47116,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47199,7 +47199,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47342,7 +47342,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47419,7 +47419,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47552,7 +47552,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47620,7 +47620,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47775,7 +47775,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47862,7 +47862,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50081,8 +50081,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -50161,8 +50161,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50319,8 +50319,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -50399,8 +50399,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50600,8 +50600,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -50662,8 +50662,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -50792,8 +50792,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -50854,8 +50854,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -51095,8 +51095,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -51166,8 +51166,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -51802,7 +51802,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -51931,7 +51931,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -52650,7 +52650,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -52726,7 +52726,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53177,7 +53177,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53222,7 +53222,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53467,7 +53467,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53510,7 +53510,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53909,7 +53909,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53996,7 +53996,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63364,7 +63364,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"security_and_analysis": {
|
"security_and_analysis": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -63786,7 +63786,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -68466,7 +68466,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -68517,7 +68517,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -69033,7 +69033,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -69109,7 +69109,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -70072,7 +70072,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -70154,7 +70154,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -73931,7 +73931,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -74025,7 +74025,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -76160,8 +76160,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -76230,8 +76230,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -76682,8 +76682,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -76759,8 +76759,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -76920,8 +76920,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -76997,8 +76997,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77216,8 +77216,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -77296,8 +77296,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77459,8 +77459,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -77539,8 +77539,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16157,8 +16157,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -16227,8 +16227,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -17086,7 +17086,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17301,7 +17301,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -17311,7 +17311,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17550,7 +17550,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17655,7 +17655,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -17784,7 +17784,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -17999,7 +17999,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -18009,7 +18009,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18248,7 +18248,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18353,7 +18353,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -26921,7 +26921,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -26971,7 +26971,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -30363,8 +30363,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -30378,7 +30378,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -30503,8 +30503,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -30518,7 +30518,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -30899,7 +30899,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"reviewers": {
|
"reviewers": {
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -30970,7 +30970,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"deployment_branch_policy": {
|
"deployment_branch_policy": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -31070,7 +31070,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -31141,7 +31141,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -32523,7 +32523,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -32564,7 +32564,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -37336,8 +37336,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -37416,8 +37416,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -40653,7 +40653,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40723,7 +40723,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40853,7 +40853,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -40923,7 +40923,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -41745,8 +41745,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -41759,7 +41759,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -41781,8 +41781,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -41874,8 +41874,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -41888,7 +41888,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -41910,8 +41910,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42145,12 +42145,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -42160,7 +42160,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -42195,8 +42195,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -42286,12 +42286,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -42301,7 +42301,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -42336,8 +42336,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -46990,7 +46990,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47073,7 +47073,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47216,7 +47216,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47293,7 +47293,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47426,7 +47426,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47494,7 +47494,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47649,7 +47649,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -47736,7 +47736,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50054,8 +50054,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -50134,8 +50134,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50292,8 +50292,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -50372,8 +50372,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50573,8 +50573,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -50635,8 +50635,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -50765,8 +50765,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -50827,8 +50827,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -51068,8 +51068,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -51139,8 +51139,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -51769,7 +51769,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -51898,7 +51898,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -52596,7 +52596,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -52667,7 +52667,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53103,7 +53103,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53143,7 +53143,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53377,7 +53377,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53414,7 +53414,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53795,7 +53795,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -53876,7 +53876,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -63167,7 +63167,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"security_and_analysis": {
|
"security_and_analysis": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -63589,7 +63589,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -68765,7 +68765,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -68816,7 +68816,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -69428,7 +69428,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -69504,7 +69504,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -70452,7 +70452,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -70534,7 +70534,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -74200,7 +74200,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -74294,7 +74294,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -76429,8 +76429,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -76499,8 +76499,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -76951,8 +76951,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -77028,8 +77028,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77189,8 +77189,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -77266,8 +77266,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77485,8 +77485,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -77565,8 +77565,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77728,8 +77728,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -77808,8 +77808,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16985,8 +16985,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -17055,8 +17055,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -17988,7 +17988,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18203,7 +18203,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -18213,7 +18213,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18312,7 +18312,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18485,7 +18485,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18619,7 +18619,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -18724,7 +18724,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -18841,7 +18841,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19056,7 +19056,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -19066,7 +19066,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19165,7 +19165,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19338,7 +19338,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19472,7 +19472,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -19577,7 +19577,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -20086,7 +20086,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -20298,7 +20298,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -28426,7 +28426,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -28476,7 +28476,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -32953,8 +32953,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -32968,7 +32968,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -33093,8 +33093,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -33108,7 +33108,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -33489,7 +33489,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"reviewers": {
|
"reviewers": {
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -33560,7 +33560,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"deployment_branch_policy": {
|
"deployment_branch_policy": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -33660,7 +33660,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array of objects or nullable",
|
"type": "array of objects or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
"description": "<p>The people or teams that may review jobs that reference the environment. You can list up to six users or teams as reviewers. The reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.</p>",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -33731,7 +33731,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
"description": "<p>The type of deployment branch policy for this environment. To allow all branches to deploy, set to <code>null</code>.</p>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"protected_branches": {
|
"protected_branches": {
|
||||||
@@ -35113,7 +35113,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -35154,7 +35154,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -40014,8 +40014,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -40094,8 +40094,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -43331,7 +43331,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -43401,7 +43401,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -43531,7 +43531,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -43601,7 +43601,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -44423,8 +44423,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -44437,7 +44437,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -44459,8 +44459,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -44552,8 +44552,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -44566,7 +44566,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -44588,8 +44588,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -44823,12 +44823,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -44838,7 +44838,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -44873,8 +44873,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -44964,12 +44964,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -44979,7 +44979,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -45014,8 +45014,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50479,7 +50479,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50562,7 +50562,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50705,7 +50705,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50782,7 +50782,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50915,7 +50915,7 @@
|
|||||||
},
|
},
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -50983,7 +50983,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -51138,7 +51138,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"scopes": {
|
"scopes": {
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -51225,7 +51225,7 @@
|
|||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"description": "<p>A list of scopes that this authorization is in.</p>",
|
"description": "<p>A list of scopes that this authorization is in.</p>",
|
||||||
"type": "array of strings or nullable",
|
"type": "array of strings or null",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@@ -53605,8 +53605,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -53685,8 +53685,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -53843,8 +53843,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -53923,8 +53923,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -54124,8 +54124,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -54186,8 +54186,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -54316,8 +54316,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -54378,8 +54378,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -54619,8 +54619,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -54690,8 +54690,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -55320,7 +55320,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -55449,7 +55449,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -56147,7 +56147,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56218,7 +56218,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56654,7 +56654,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56694,7 +56694,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56928,7 +56928,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56965,7 +56965,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -57346,7 +57346,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -57427,7 +57427,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -66718,7 +66718,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"security_and_analysis": {
|
"security_and_analysis": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -67140,7 +67140,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -72520,7 +72520,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -72571,7 +72571,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -73183,7 +73183,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -73259,7 +73259,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -74207,7 +74207,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -74289,7 +74289,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -77955,7 +77955,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -78049,7 +78049,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -80184,8 +80184,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -80254,8 +80254,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -80706,8 +80706,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -80783,8 +80783,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -80944,8 +80944,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -81021,8 +81021,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -81240,8 +81240,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -81320,8 +81320,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -81483,8 +81483,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -81563,8 +81563,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11583,8 +11583,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -11653,8 +11653,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -12395,7 +12395,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"required_status_checks": {
|
"required_status_checks": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -12610,7 +12610,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforce_admins": {
|
"enforce_admins": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -12620,7 +12620,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"required_pull_request_reviews": {
|
"required_pull_request_reviews": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -12719,7 +12719,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -12892,7 +12892,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13026,7 +13026,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"restrictions": {
|
"restrictions": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13131,7 +13131,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"allow_force_pushes": {
|
"allow_force_pushes": {
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -13248,7 +13248,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require status checks to pass before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13463,7 +13463,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Enforce all configured restrictions for administrators. Set to <code>true</code> to enforce required status checks for repository administrators. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "enforce_admins",
|
"name": "enforce_admins",
|
||||||
@@ -13473,7 +13473,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Require at least one approving review on a pull request, before merging. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13572,7 +13572,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13745,7 +13745,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13879,7 +13879,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
"description": "<p><strong>Required</strong>. Restrict who can push to the protected branch. User, app, and team <code>restrictions</code> are only available for organization-owned repositories. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -13984,7 +13984,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean or nullable",
|
"type": "boolean or null",
|
||||||
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
"description": "<p>Permits force pushes to the protected branch by anyone with write access to the repository. Set to <code>true</code> to allow force pushes. Set to <code>false</code> or <code>null</code> to block force pushes. Default: <code>false</code>. For more information, see \"<a href=\"https://docs.github.com/en/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch\">Enabling force pushes to a protected branch</a>\" in the GitHub Help documentation.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "allow_force_pushes",
|
"name": "allow_force_pushes",
|
||||||
@@ -14493,7 +14493,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"bypass_pull_request_allowances": {
|
"bypass_pull_request_allowances": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -14705,7 +14705,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
"description": "<p>Allow specific users or teams to bypass pull request requirements. Set to <code>null</code> to disable.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -22792,7 +22792,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"dismissed_reason": {
|
"dismissed_reason": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -22842,7 +22842,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
"description": "<p><strong>Required when the state is dismissed.</strong> The reason for dismissing or closing the alert. Can be one of: <code>false positive</code>, <code>won't fix</code>, and <code>used in tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -26234,8 +26234,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -26249,7 +26249,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -26374,8 +26374,8 @@
|
|||||||
],
|
],
|
||||||
"name": "payload",
|
"name": "payload",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "object or string or ",
|
||||||
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
"description": "<p>JSON payload with extra information about the deployment.</p>",
|
||||||
"type": "object or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -26389,7 +26389,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Short description of the deployment.</p>",
|
"description": "<p>Short description of the deployment.</p>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
@@ -27845,7 +27845,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"expires_at": {
|
"expires_at": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -27886,7 +27886,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
"description": "<p>The time at which the announcement expires. This is a timestamp in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> format: <code>YYYY-MM-DDTHH:MM:SSZ</code>. To set an announcement that never expires, omit this parameter, set it to <code>null</code>, or set it to an empty string.</p>",
|
||||||
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
"example": "\"2021-01-01T00:00:00.000-07:00\"",
|
||||||
@@ -30138,8 +30138,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -30185,8 +30185,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -30284,8 +30284,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -30331,8 +30331,8 @@
|
|||||||
"description": "<p>Can be any value - string, number, array or object.</p>",
|
"description": "<p>Can be any value - string, number, array or object.</p>",
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
"rawDescription": "Can be any value - string, number, array or object.",
|
|
||||||
"type": "",
|
"type": "",
|
||||||
|
"rawDescription": "Can be any value - string, number, array or object.",
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -31117,8 +31117,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -31197,8 +31197,8 @@
|
|||||||
],
|
],
|
||||||
"name": "public",
|
"name": "public",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "boolean or string or ",
|
||||||
"description": "<p>Flag indicating whether the gist is public</p>",
|
"description": "<p>Flag indicating whether the gist is public</p>",
|
||||||
"type": "boolean or string",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -34434,7 +34434,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -34504,7 +34504,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -34634,7 +34634,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"sha": {
|
"sha": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -34704,7 +34704,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
"description": "<p>The SHA1 checksum ID of the object in the tree. Also called <code>tree.sha</code>. If the value is <code>null</code> then the file will be deleted. </p>\n<p><strong>Note:</strong> Use either <code>tree.sha</code> or <code>content</code> to specify the contents of the entry. Using both <code>tree.sha</code> and <code>content</code> will return an error.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "sha",
|
"name": "sha",
|
||||||
@@ -35526,8 +35526,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
@@ -35540,7 +35540,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -35562,8 +35562,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -35655,8 +35655,8 @@
|
|||||||
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
"description": "<p><strong>Required</strong>. The title of the issue.</p>",
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or ",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -35669,7 +35669,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <em>NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. <strong>This field is deprecated.</strong></em></p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -35691,8 +35691,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with. <em>NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -35926,12 +35926,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -35941,7 +35941,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"assignee": {
|
"assignee": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -35976,8 +35976,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
@@ -36067,12 +36067,12 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"rawDescription": "The title of the issue.",
|
"rawDescription": "The title of the issue.",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>The contents of the issue.</p>",
|
"description": "<p>The contents of the issue.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
@@ -36082,7 +36082,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
"description": "<p>Login for the user that this issue should be assigned to. <strong>This field is deprecated.</strong></p>",
|
||||||
"name": "assignee",
|
"name": "assignee",
|
||||||
@@ -36117,8 +36117,8 @@
|
|||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "milestone",
|
"name": "milestone",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or integer or or null",
|
||||||
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
"description": "<p>The <code>number</code> of the milestone to associate this issue with or <code>null</code> to remove current. <em>NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.</em></p>",
|
||||||
"type": "string or integer or nullable",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -43118,8 +43118,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -43198,8 +43198,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -43356,8 +43356,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"username": {
|
"username": {
|
||||||
@@ -43436,8 +43436,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -43637,8 +43637,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -43699,8 +43699,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -43829,8 +43829,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -43891,8 +43891,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -44132,8 +44132,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -44203,8 +44203,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -44839,7 +44839,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cname": {
|
"cname": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -44968,7 +44968,7 @@
|
|||||||
],
|
],
|
||||||
"bodyParameters": [
|
"bodyParameters": [
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
"description": "<p>Specify a custom domain for the repository. Sending a <code>null</code> value will remove the custom domain. For more about custom domains, see \"<a href=\"https://docs.github.com/articles/using-a-custom-domain-with-github-pages/\">Using a custom domain with GitHub Pages</a>.\"</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "cname",
|
"name": "cname",
|
||||||
@@ -45672,7 +45672,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -45743,7 +45743,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46179,7 +46179,7 @@
|
|||||||
"body": {
|
"body": {
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46219,7 +46219,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>Body of the project</p>",
|
"description": "<p>Body of the project</p>",
|
||||||
"example": "This project represents the sprint of the first week in January",
|
"example": "This project represents the sprint of the first week in January",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "body",
|
"name": "body",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46453,7 +46453,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46490,7 +46490,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p>The project card's note</p>",
|
"description": "<p>The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46871,7 +46871,7 @@
|
|||||||
"note": {
|
"note": {
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -46952,7 +46952,7 @@
|
|||||||
{
|
{
|
||||||
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
"description": "<p><strong>Required</strong>. The project card's note</p>",
|
||||||
"example": "Update all gems",
|
"example": "Update all gems",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "note",
|
"name": "note",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
@@ -56002,7 +56002,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"security_and_analysis": {
|
"security_and_analysis": {
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -56424,7 +56424,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object or nullable",
|
"type": "object or null",
|
||||||
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
"description": "<p>Specify which security and analysis features to enable or disable. For example, to enable GitHub Advanced Security, use this data in the body of the PATCH request: <code>{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}</code>. If you have admin permissions for a private repository covered by an Advanced Security license, you can check which security and analysis features are currently enabled by using a <code>GET /repos/{owner}/{repo}</code> request.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -61359,7 +61359,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"resolution": {
|
"resolution": {
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -61410,7 +61410,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
"description": "<p><strong>Required when the <code>state</code> is <code>resolved</code>.</strong> The reason for resolving the alert. Can be one of <code>false_positive</code>, <code>wont_fix</code>, <code>revoked</code>, or <code>used_in_tests</code>.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"enum": [
|
"enum": [
|
||||||
@@ -61908,7 +61908,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -61984,7 +61984,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -62932,7 +62932,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"parent_team_id": {
|
"parent_team_id": {
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -63014,7 +63014,7 @@
|
|||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer or nullable",
|
"type": "integer or null",
|
||||||
"description": "<p>The ID of a team to set as the parent team.</p>",
|
"description": "<p>The ID of a team to set as the parent team.</p>",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "parent_team_id",
|
"name": "parent_team_id",
|
||||||
@@ -67013,7 +67013,7 @@
|
|||||||
},
|
},
|
||||||
"twitter_username": {
|
"twitter_username": {
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -67107,7 +67107,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "<p>The new Twitter username of the user.</p>",
|
"description": "<p>The new Twitter username of the user.</p>",
|
||||||
"type": "string or nullable",
|
"type": "string or null",
|
||||||
"example": "therealomarj",
|
"example": "therealomarj",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"name": "twitter_username",
|
"name": "twitter_username",
|
||||||
@@ -68837,8 +68837,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -68907,8 +68907,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -69359,8 +69359,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -69436,8 +69436,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -69597,8 +69597,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
@@ -69674,8 +69674,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -69893,8 +69893,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -69973,8 +69973,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -70136,8 +70136,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
@@ -70216,8 +70216,8 @@
|
|||||||
],
|
],
|
||||||
"name": "insecure_ssl",
|
"name": "insecure_ssl",
|
||||||
"in": "body",
|
"in": "body",
|
||||||
|
"type": "string or number or ",
|
||||||
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
"description": "<p>Determines whether the SSL certificate of the host for <code>url</code> will be verified when delivering payloads. Supported values include <code>0</code> (verification is performed) and <code>1</code> (verification is not performed). The default is <code>0</code>. <strong>We strongly recommend not setting this to <code>1</code> as you are subject to man-in-the-middle and other attacks.</strong></p>",
|
||||||
"type": "string or number",
|
|
||||||
"childParamsGroups": []
|
"childParamsGroups": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -171,18 +171,14 @@ function getExampleParamValue(name, schema) {
|
|||||||
if (schema.anyOf && schema.anyOf[0].type) return getExampleParamValue(name, schema.anyOf[0])
|
if (schema.anyOf && schema.anyOf[0].type) return getExampleParamValue(name, schema.anyOf[0])
|
||||||
if (!schema.type) return 'any'
|
if (!schema.type) return 'any'
|
||||||
|
|
||||||
switch (schema.type) {
|
if (schema.type.includes('string')) return name
|
||||||
case 'string':
|
else if (schema.type.includes('boolean')) return true
|
||||||
return name
|
else if (schema.type.includes('integer')) return 42
|
||||||
case 'boolean':
|
else if (schema.type.includes('object')) {
|
||||||
return true
|
|
||||||
case 'integer':
|
|
||||||
return 42
|
|
||||||
case 'object':
|
|
||||||
return mapValues(schema.properties, (propSchema, propName) =>
|
return mapValues(schema.properties, (propSchema, propName) =>
|
||||||
getExampleParamValue(propName, propSchema)
|
getExampleParamValue(propName, propSchema)
|
||||||
)
|
)
|
||||||
case 'array':
|
} else if (schema.type.includes('array')) {
|
||||||
return [getExampleParamValue(name, schema.items)]
|
return [getExampleParamValue(name, schema.items)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -293,6 +293,12 @@ async function getBodyParams(paramsObject, requiredParams) {
|
|||||||
param.name = paramKey
|
param.name = paramKey
|
||||||
param.in = 'body'
|
param.in = 'body'
|
||||||
param.rawType = param.type
|
param.rawType = param.type
|
||||||
|
// OpenAPI 3.0 only had a single value for `type`. OpenAPI 3.1
|
||||||
|
// will either be a single value or an array of values.
|
||||||
|
// This makes type an array regardless of how many values the array
|
||||||
|
// includes. This allows us to support 3.1 while remaining backwards
|
||||||
|
// compatible with 3.0.
|
||||||
|
if (!Array.isArray(param.type)) param.type = [param.type]
|
||||||
param.rawDescription = param.description
|
param.rawDescription = param.description
|
||||||
|
|
||||||
// Stores the types listed under the `Type` column in the `Parameters`
|
// Stores the types listed under the `Type` column in the `Parameters`
|
||||||
@@ -328,16 +334,24 @@ async function getBodyParams(paramsObject, requiredParams) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Arrays require modifying the displayed type (e.g., array of strings)
|
// Arrays require modifying the displayed type (e.g., array of strings)
|
||||||
if (param.type === 'array') {
|
if (param.type.includes('array')) {
|
||||||
if (param.items.type) paramArray.push(`array of ${param.items.type}s`)
|
if (param.items.type) paramArray.push(`array of ${param.items.type}s`)
|
||||||
if (param.items.oneOf) {
|
if (param.items.oneOf) {
|
||||||
paramArray.push(param.items.oneOf.map((elem) => `array of ${elem.type}s`))
|
paramArray.push(param.items.oneOf.map((elem) => `array of ${elem.type}s`))
|
||||||
}
|
}
|
||||||
|
// push the remaining types in the param.type array
|
||||||
|
// that aren't type array
|
||||||
|
const remainingItems = param.type
|
||||||
|
const indexOfArrayType = remainingItems.indexOf('array')
|
||||||
|
remainingItems.splice(indexOfArrayType, 1)
|
||||||
|
paramArray.push(...remainingItems)
|
||||||
} else if (param.type) {
|
} else if (param.type) {
|
||||||
paramArray.push(param.type)
|
paramArray.push(...param.type)
|
||||||
}
|
}
|
||||||
|
// Supports backwards compatibility for OpenAPI 3.0
|
||||||
if (param.nullable) paramArray.push('nullable')
|
// In 3.1 a nullable type is part of the param.type array and
|
||||||
|
// the property param.nullable does not exist.
|
||||||
|
if (param.nullable) paramArray.push('null')
|
||||||
|
|
||||||
param.type = paramArray.flat().join(' or ')
|
param.type = paramArray.flat().join(' or ')
|
||||||
param.description = param.description || ''
|
param.description = param.description || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user