diff --git a/.github/workflows/60-days-stale-check.yml b/.github/workflows/60-days-stale-check.yml index 89221d15cd..8753dbe4de 100644 --- a/.github/workflows/60-days-stale-check.yml +++ b/.github/workflows/60-days-stale-check.yml @@ -17,7 +17,7 @@ jobs: if: github.repository == 'github/docs-internal' || github.repository == 'github/docs' runs-on: ubuntu-latest steps: - - uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838 + - uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.' diff --git a/.github/workflows/triage-stale-check.yml b/.github/workflows/triage-stale-check.yml index b986d0f802..654e4c2f64 100644 --- a/.github/workflows/triage-stale-check.yml +++ b/.github/workflows/triage-stale-check.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838 + - uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'A stale label has been added to this issue becuase it has been open for 60 days with no activity. To keep this issue open, add a comment within 3 days.' @@ -34,7 +34,7 @@ jobs: if: github.repository == 'github/docs' runs-on: ubuntu-latest steps: - - uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838 + - uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for review.' diff --git a/components/article/PlatformPicker.tsx b/components/article/PlatformPicker.tsx index ed377b62c1..765a44785c 100644 --- a/components/article/PlatformPicker.tsx +++ b/components/article/PlatformPicker.tsx @@ -137,6 +137,16 @@ export const PlatformPicker = ({ variant = 'subnav' }: Props) => { data-platform={option.id} as="button" selected={option.id === currentPlatform} + // Temporary fix: This should be removed when this merges: PR 24123 + sx={{ + color: 'var(--color-fg-default)', + '&.selected': { color: 'var(--color-fg-default)' }, + ':hover': { color: 'var(--color-fg-default)' }, + ':focus': { + color: 'var(--color-fg-default)', + outline: '-webkit-focus-ring-color auto 1px;', + }, + }} onClick={() => { onClickPlatform(option.id) }} diff --git a/components/article/ToolPicker.tsx b/components/article/ToolPicker.tsx index f00cb6b966..2f05ef820d 100644 --- a/components/article/ToolPicker.tsx +++ b/components/article/ToolPicker.tsx @@ -117,6 +117,16 @@ export const ToolPicker = ({ variant = 'subnav' }: Props) => { data-tool={tool} as="button" selected={tool === currentTool} + // Temporary fix: This should be removed when this merges: PR 24123 + sx={{ + color: 'var(--color-fg-default)', + '&.selected': { color: 'var(--color-fg-default)' }, + ':hover': { color: 'var(--color-fg-default)' }, + ':focus': { + color: 'var(--color-fg-default)', + outline: '-webkit-focus-ring-color auto 1px;', + }, + }} onClick={() => { onClickTool(tool) }} diff --git a/components/rest/PreviewsRow.tsx b/components/rest/PreviewsRow.tsx index aa338a8f16..f2369580c6 100644 --- a/components/rest/PreviewsRow.tsx +++ b/components/rest/PreviewsRow.tsx @@ -9,6 +9,7 @@ type Props = { export function PreviewsRow({ slug, hasRequiredPreviews, xGitHub }: Props) { const { t } = useTranslation('products') + const hasPreviews = xGitHub.previews && xGitHub.previews.length > 0 return (
Setting to
Response Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to Can be any value - string, number, array or object. Can be any value - string, number, array or object. Can be any value - string, number, array or object. Can be any value - string, number, array or object. Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note 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: 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: Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note 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: 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: Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note 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: 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: Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to 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. The type of deployment branch policy for this environment. To allow all branches to deploy, set to The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. A list of scopes that this authorization is in. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note 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: 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: Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Response Response Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Required. Require status checks to pass before merging. Set to Required. Enforce all configured restrictions for administrators. Set to Required. Require at least one approving review on a pull request, before merging. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required. Restrict who can push to the protected branch. User, app, and team Permits force pushes to the protected branch by anyone with write access to the repository. Set to Allow specific users or teams to bypass pull request requirements. Set to Allow specific users or teams to bypass pull request requirements. Set to Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: Required when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: JSON payload with extra information about the deployment. Short description of the deployment. JSON payload with extra information about the deployment. Short description of the deployment. The time at which the announcement expires. This is a timestamp in ISO 8601 format: The time at which the announcement expires. This is a timestamp in ISO 8601 format: Can be any value - string, number, array or object. Can be any value - string, number, array or object. Can be any value - string, number, array or object. Can be any value - string, number, array or object. Flag indicating whether the gist is public Flag indicating whether the gist is public The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either The SHA1 checksum ID of the object in the tree. Also called Note: Use either Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The Required. The title of the issue. Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The The contents of the issue. Login for the user that this issue should be assigned to. This field is deprecated. The Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Specify a custom domain for the repository. Sending a Specify a custom domain for the repository. Sending a Body of the project Body of the project Body of the project Body of the project The project card's note The project card's note Required. The project card's note Required. The project card's note 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: 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: Required when the Required when the The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The ID of a team to set as the parent team. The new Twitter username of the user. The new Twitter username of the user. Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for Determines whether the SSL certificate of the host for application/vnd.github.v3+json is recommended.
- {xGitHub.previews && (
+ {hasPreviews && (
{xGitHub.previews.length > 1
? ` ${t('rest.reference.see_preview_notices')}`
diff --git a/components/rest/RestPreviewNotice.tsx b/components/rest/RestPreviewNotice.tsx
index f8f6a555bd..4b41c8d42e 100644
--- a/components/rest/RestPreviewNotice.tsx
+++ b/components/rest/RestPreviewNotice.tsx
@@ -21,7 +21,7 @@ export function RestPreviewNotice({ slug, previews }: Props) {
)
})
- return (
+ return previews.length > 0 ? (
<>
{previews.length > 1
@@ -30,5 +30,5 @@ export function RestPreviewNotice({ slug, previews }: Props) {
{previewNotices}
>
- )
+ ) : null
}
diff --git a/content/actions/learn-github-actions/expressions.md b/content/actions/learn-github-actions/expressions.md
index 1a798a25b1..7409db10e1 100644
--- a/content/actions/learn-github-actions/expressions.md
+++ b/content/actions/learn-github-actions/expressions.md
@@ -252,7 +252,7 @@ jobs:
`hashFiles(path)`
-Returns a single hash for the set of files that matches the `path` pattern. You can provide a single `path` pattern or multiple `path` patterns separated by commas. The `path` is relative to the `GITHUB_WORKSPACE` directory and can only include files inside of the `GITHUB_WORKSPACE`. This function calculates an individual SHA-256 hash for each matched file, and then uses those hashes to calculate a final SHA-256 hash for the set of files. For more information about SHA-256, see "[SHA-2](https://en.wikipedia.org/wiki/SHA-2)."
+Returns a single hash for the set of files that matches the `path` pattern. You can provide a single `path` pattern or multiple `path` patterns separated by commas. The `path` is relative to the `GITHUB_WORKSPACE` directory and can only include files inside of the `GITHUB_WORKSPACE`. This function calculates an individual SHA-256 hash for each matched file, and then uses those hashes to calculate a final SHA-256 hash for the set of files. If the `path` pattern does not match any files, this returns an empty string. For more information about SHA-256, see "[SHA-2](https://en.wikipedia.org/wiki/SHA-2)."
You can use pattern matching characters to match file names. Pattern matching is case-insensitive on Windows. For more information about supported pattern matching characters, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/using-workflows/workflow-syntax-for-github-actions/#filter-pattern-cheat-sheet)."
diff --git a/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md b/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md
index 5d4788be74..0574bc0877 100644
--- a/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md
+++ b/content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md
@@ -35,7 +35,9 @@ Each action is a repository in the `actions` organization, and each action repos
{% note %}
-**Note:** When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
+**Notes:**
+- When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
+- Upgrades to {% data variables.product.product_name %} will not result in the bundled actions being updated.
{% endnote %}
diff --git a/data/reusables/saml/authorized-creds-info.md b/data/reusables/saml/authorized-creds-info.md
index 250bab14ea..fe2d1a2269 100644
--- a/data/reusables/saml/authorized-creds-info.md
+++ b/data/reusables/saml/authorized-creds-info.md
@@ -1,6 +1,7 @@
Before you can authorize a personal access token or SSH key, you must have a linked SAML identity. If you're a member of an organization where SAML SSO is enabled, you can create a linked identity by authenticating to your organization with your IdP at least once. For more information, see "[About authentication with SAML single sign-on](/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on)."
-After you authorize a personal access token or SSH key, the authorization does not expire. The token or key will stay authorized until revoked in one of these ways.
+After you authorize a personal access token or SSH key. The token or key will stay authorized until revoked in one of these ways.
- An organization owner revokes the authorization.
- You are removed from the organization.
-- The scopes in a personal access token are edited, or the token is regenerated.
\ No newline at end of file
+- The scopes in a personal access token are edited, or the token is regenerated.
+- The personal access token expired as defined during creation.
diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json
index 8574c94ad2..26e56c841b 100644
--- a/lib/rest/static/decorated/api.github.com.json
+++ b/lib/rest/static/decorated/api.github.com.json
@@ -8844,7 +8844,7 @@
"httpStatusCode": "200",
"httpStatusMessage": "OK",
"description": "
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -9129,7 +9129,7 @@
"httpStatusCode": "200",
"httpStatusMessage": "OK",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"actor\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -18412,8 +18412,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"actor\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.null to disable.false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.null.null.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -15490,8 +15490,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -15490,8 +15490,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -16169,8 +16169,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.null.null.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -16157,8 +16157,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.null.null.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -16985,8 +16985,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.null to disable.false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.null.null.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -5296,7 +5296,7 @@
"httpStatusCode": "200",
"httpStatusMessage": "OK",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"actor\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
+ "payload": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\n
"
}
]
},
@@ -11583,8 +11583,8 @@
],
"name": "insecure_ssl",
"in": "body",
+ "type": "string or number or ",
"description": "{\n \"id\": 30433642,\n \"name\": \"Build\",\n \"node_id\": \"MDEyOldvcmtmbG93IFJ1bjI2OTI4OQ==\",\n \"check_suite_id\": 42,\n \"check_suite_node_id\": \"MDEwOkNoZWNrU3VpdGU0Mg==\",\n \"head_branch\": \"master\",\n \"head_sha\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"run_number\": 562,\n \"event\": \"push\",\n \"status\": \"queued\",\n \"conclusion\": null,\n \"workflow_id\": 159038,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642\",\n \"html_url\": \"https://github.com/octo-org/octo-repo/actions/runs/30433642\",\n \"pull_requests\": [],\n \"created_at\": \"2020-01-22T19:33:08Z\",\n \"updated_at\": \"2020-01-22T19:33:08Z\",\n \"actor\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"jobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/jobs\",\n \"logs_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/logs\",\n \"check_suite_url\": \"https://api.github.com/repos/octo-org/octo-repo/check-suites/414944374\",\n \"artifacts_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/artifacts\",\n \"cancel_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/cancel\",\n \"rerun_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/runs/30433642/rerun\",\n \"workflow_url\": \"https://api.github.com/repos/octo-org/octo-repo/actions/workflows/159038\",\n \"head_commit\": {\n \"id\": \"acb5820ced9479c074f688cc328bf03f341a511d\",\n \"tree_id\": \"d23f6eedb1e1b9610bbc754ddb5197bfe7271223\",\n \"message\": \"Create linter.yaml\",\n \"timestamp\": \"2020-01-22T19:33:05Z\",\n \"author\": {\n \"name\": \"Octo Cat\",\n \"email\": \"octocat@github.com\"\n },\n \"committer\": {\n \"name\": \"GitHub\",\n \"email\": \"noreply@github.com\"\n }\n },\n \"repository\": {\n \"id\": 1296269,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkxMjk2MjY5\",\n \"name\": \"Hello-World\",\n \"full_name\": \"octocat/Hello-World\",\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"private\": false,\n \"html_url\": \"https://github.com/octocat/Hello-World\",\n \"description\": \"This your first repo!\",\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octocat/Hello-World\",\n \"archive_url\": \"https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}\",\n \"assignees_url\": \"https://api.github.com/repos/octocat/Hello-World/assignees{/user}\",\n \"blobs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}\",\n \"branches_url\": \"https://api.github.com/repos/octocat/Hello-World/branches{/branch}\",\n \"collaborators_url\": \"https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}\",\n \"comments_url\": \"https://api.github.com/repos/octocat/Hello-World/comments{/number}\",\n \"commits_url\": \"https://api.github.com/repos/octocat/Hello-World/commits{/sha}\",\n \"compare_url\": \"https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}\",\n \"contents_url\": \"https://api.github.com/repos/octocat/Hello-World/contents/{+path}\",\n \"contributors_url\": \"https://api.github.com/repos/octocat/Hello-World/contributors\",\n \"deployments_url\": \"https://api.github.com/repos/octocat/Hello-World/deployments\",\n \"downloads_url\": \"https://api.github.com/repos/octocat/Hello-World/downloads\",\n \"events_url\": \"https://api.github.com/repos/octocat/Hello-World/events\",\n \"forks_url\": \"https://api.github.com/repos/octocat/Hello-World/forks\",\n \"git_commits_url\": \"https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}\",\n \"git_url\": \"git:github.com/octocat/Hello-World.git\",\n \"issue_comment_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}\",\n \"issue_events_url\": \"https://api.github.com/repos/octocat/Hello-World/issues/events{/number}\",\n \"issues_url\": \"https://api.github.com/repos/octocat/Hello-World/issues{/number}\",\n \"keys_url\": \"https://api.github.com/repos/octocat/Hello-World/keys{/key_id}\",\n \"labels_url\": \"https://api.github.com/repos/octocat/Hello-World/labels{/name}\",\n \"languages_url\": \"https://api.github.com/repos/octocat/Hello-World/languages\",\n \"merges_url\": \"https://api.github.com/repos/octocat/Hello-World/merges\",\n \"milestones_url\": \"https://api.github.com/repos/octocat/Hello-World/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}\",\n \"pulls_url\": \"https://api.github.com/repos/octocat/Hello-World/pulls{/number}\",\n \"releases_url\": \"https://api.github.com/repos/octocat/Hello-World/releases{/id}\",\n \"ssh_url\": \"git@github.com:octocat/Hello-World.git\",\n \"stargazers_url\": \"https://api.github.com/repos/octocat/Hello-World/stargazers\",\n \"statuses_url\": \"https://api.github.com/repos/octocat/Hello-World/statuses/{sha}\",\n \"subscribers_url\": \"https://api.github.com/repos/octocat/Hello-World/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octocat/Hello-World/subscription\",\n \"tags_url\": \"https://api.github.com/repos/octocat/Hello-World/tags\",\n \"teams_url\": \"https://api.github.com/repos/octocat/Hello-World/teams\",\n \"trees_url\": \"https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}\",\n \"hooks_url\": \"http://api.github.com/repos/octocat/Hello-World/hooks\"\n },\n \"head_repository\": {\n \"id\": 217723378,\n \"node_id\": \"MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=\",\n \"name\": \"octo-repo\",\n \"full_name\": \"octo-org/octo-repo\",\n \"private\": true,\n \"owner\": {\n \"login\": \"octocat\",\n \"id\": 1,\n \"node_id\": \"MDQ6VXNlcjE=\",\n \"avatar_url\": \"https://github.com/images/error/octocat_happy.gif\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/octocat\",\n \"html_url\": \"https://github.com/octocat\",\n \"followers_url\": \"https://api.github.com/users/octocat/followers\",\n \"following_url\": \"https://api.github.com/users/octocat/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/octocat/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/octocat/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/octocat/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/octocat/orgs\",\n \"repos_url\": \"https://api.github.com/users/octocat/repos\",\n \"events_url\": \"https://api.github.com/users/octocat/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/octocat/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n },\n \"html_url\": \"https://github.com/octo-org/octo-repo\",\n \"description\": null,\n \"fork\": false,\n \"url\": \"https://api.github.com/repos/octo-org/octo-repo\",\n \"forks_url\": \"https://api.github.com/repos/octo-org/octo-repo/forks\",\n \"keys_url\": \"https://api.github.com/repos/octo-org/octo-repo/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/octo-org/octo-repo/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/octo-org/octo-repo/teams\",\n \"hooks_url\": \"https://api.github.com/repos/octo-org/octo-repo/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/octo-org/octo-repo/events\",\n \"assignees_url\": \"https://api.github.com/repos/octo-org/octo-repo/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/octo-org/octo-repo/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/tags\",\n \"blobs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/octo-org/octo-repo/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/octo-org/octo-repo/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/octo-org/octo-repo/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/octo-org/octo-repo/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/octo-org/octo-repo/subscription\",\n \"commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/octo-org/octo-repo/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/octo-org/octo-repo/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/octo-org/octo-repo/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/octo-org/octo-repo/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/octo-org/octo-repo/merges\",\n \"archive_url\": \"https://api.github.com/repos/octo-org/octo-repo/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/octo-org/octo-repo/downloads\",\n \"issues_url\": \"https://api.github.com/repos/octo-org/octo-repo/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/octo-org/octo-repo/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/octo-org/octo-repo/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/octo-org/octo-repo/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/octo-org/octo-repo/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/octo-org/octo-repo/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/octo-org/octo-repo/deployments\"\n }\n}\nurl will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.true to enforce required status checks for repository administrators. Set to null to disable.null to disable.null to disable.null to disable.restrictions are only available for organization-owned repositories. Set to null to disable.true to allow force pushes. Set to false or null to block force pushes. Default: false. For more information, see \"Enabling force pushes to a protected branch\" in the GitHub Help documentation.\"null to disable.null to disable.false positive, won't fix, and used in tests.false positive, won't fix, and used in tests.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.YYYY-MM-DDTHH:MM:SSZ. To set an announcement that never expires, omit this parameter, set it to null, or set it to an empty string.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.tree.sha. If the value is null then the file will be deleted. tree.sha or content to specify the contents of the entry. Using both tree.sha and content will return an error.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.number of the milestone to associate this issue with or null to remove current. NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"null value will remove the custom domain. For more about custom domains, see \"Using a custom domain with GitHub Pages.\"{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.{\"security_and_analysis\": {\"advanced_security\": {\"status\": \"enabled\"}}}. 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 GET /repos/{owner}/{repo} request.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.state is resolved. The reason for resolving the alert. Can be one of false_positive, wont_fix, revoked, or used_in_tests.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.url will be verified when delivering payloads. Supported values include 0 (verification is performed) and 1 (verification is not performed). The default is 0. We strongly recommend not setting this to 1 as you are subject to man-in-the-middle and other attacks.