Skip to content

Commit

Permalink
chore: bump cached endpoints.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jul 2, 2022
1 parent 6261b21 commit adf942a
Showing 1 changed file with 27 additions and 112 deletions.
139 changes: 27 additions & 112 deletions scripts/update-endpoints/generated/endpoints.json
Expand Up @@ -520,7 +520,7 @@
"name": "selected_repository_ids",
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
"in": "BODY",
"type": "string[]",
"type": "undefined[]",
"required": false,
"enum": null,
"allowNull": false,
Expand Down Expand Up @@ -6088,50 +6088,6 @@
],
"renamed": null
},
{
"name": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
"scope": "actions",
"id": "setActionsOidcCustomIssuerPolicyForEnterprise",
"method": "PUT",
"url": "/enterprises/{enterprise}/actions/oidc/customization/issuer",
"isDeprecated": false,
"deprecationDate": null,
"removalDate": null,
"description": "Sets the GitHub Actions OpenID Connect (OIDC) custom issuer policy for an enterprise.\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.\nGitHub Apps must have the `enterprise_administration:write` permission to use this endpoint.",
"documentationUrl": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise",
"previews": [],
"headers": [],
"parameters": [
{
"name": "enterprise",
"description": "The slug version of the enterprise name. You can also substitute this value with the enterprise id.",
"in": "PATH",
"type": "string",
"required": true,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
},
{
"name": "include_enterprise_slug",
"description": "Whether the enterprise customer requested a custom issuer URL.",
"in": "BODY",
"type": "boolean",
"required": false,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
}
],
"responses": [{ "code": 204, "description": "Response", "examples": null }],
"renamed": null
},
{
"name": "Set allowed actions and reusable workflows for an organization",
"scope": "actions",
Expand Down Expand Up @@ -15108,60 +15064,6 @@
],
"renamed": null
},
{
"name": "Get the code of conduct for a repository",
"scope": "codesOfConduct",
"id": "getForRepo",
"method": "GET",
"url": "/repos/{owner}/{repo}/community/code_of_conduct",
"isDeprecated": true,
"deprecationDate": "2021-09-29",
"removalDate": "2021-09-29",
"description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
"documentationUrl": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository",
"previews": [{ "name": "scarlet-witch" }],
"headers": [],
"parameters": [
{
"name": "owner",
"description": "",
"in": "PATH",
"type": "string",
"required": true,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
},
{
"name": "repo",
"description": "",
"in": "PATH",
"type": "string",
"required": true,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
}
],
"responses": [
{
"code": 200,
"description": "Response",
"examples": [
{
"data": "{\"key\":\"contributor_covenant\",\"name\":\"Contributor Covenant\",\"url\":\"https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md\",\"body\":\"# Contributor Covenant Code of Conduct\\n\\n## Our Pledge\\n\\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\\n\\n## Our Standards\\n\\nExamples of behavior that contributes to creating a positive environment include:\\n\\n* Using welcoming and inclusive language\\n* Being respectful of differing viewpoints and experiences\\n* Gracefully accepting constructive criticism\\n* Focusing on what is best for the community\\n* Showing empathy towards other community members\\n\\nExamples of unacceptable behavior by participants include:\\n\\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\\n* Trolling, insulting/derogatory comments, and personal or political attacks\\n* Public or private harassment\\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\\n* Other conduct which could reasonably be considered inappropriate in a professional setting\\n\\n## Our Responsibilities\\n\\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\\nto any instances of unacceptable behavior.\\n\\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\\n\\n## Scope\\n\\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\\nposting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\\n\\n## Enforcement\\n\\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at lindseyb@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\\n\\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\\n\\n## Attribution\\n\\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\\n\\n[homepage]: http://contributor-covenant.org\\n[version]: http://contributor-covenant.org/version/1/4/\\n\",\"html_url\":\"https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md\"}"
}
]
}
],
"renamed": null
},
{
"name": "Add a selected repository to a user secret",
"scope": "codespaces",
Expand Down Expand Up @@ -16786,7 +16688,7 @@
"scope": "codespaces",
"id": "listInOrganization",
"method": "GET",
"url": "/orgs/{org_id}/codespaces",
"url": "/orgs/{org}/codespaces",
"isDeprecated": false,
"deprecationDate": null,
"removalDate": null,
Expand Down Expand Up @@ -16822,17 +16724,30 @@
"deprecated": null
},
{
"name": "org_id",
"description": "The unique identifier of the organization.",
"name": "org",
"description": "The organization name. The name is not case sensitive.",
"in": "PATH",
"type": "integer",
"type": "string",
"required": true,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": null,
"deprecated": null
},
{
"name": "org_id",
"description": "The organization name. The name is not case sensitive.",
"in": "PATH",
"type": "string",
"required": false,
"enum": null,
"allowNull": false,
"mapToData": null,
"validation": null,
"alias": "org",
"deprecated": true
}
],
"responses": [
Expand Down Expand Up @@ -17018,7 +16933,7 @@
"description": "Response",
"examples": [
{
"data": "{\"total_count\":2,\"secrets\":[{\"name\":\"GH_TOKEN\",\"created_at\":\"2019-08-10T14:59:22Z\",\"updated_at\":\"2020-01-10T14:59:22Z\"},{\"name\":\"GIST_ID\",\"created_at\":\"2020-01-10T10:59:22Z\",\"updated_at\":\"2020-01-11T11:59:22Z\"}]}"
"data": "{\"total_count\":2,\"secrets\":[{\"name\":\"GH_TOKEN\",\"created_at\":\"2019-08-10T14:59:22Z\",\"updated_at\":\"2020-01-10T14:59:22Z\",\"visibility\":\"all\"},{\"name\":\"GIST_ID\",\"created_at\":\"2020-01-10T10:59:22Z\",\"updated_at\":\"2020-01-11T11:59:22Z\",\"visibility\":\"all\"}]}"
}
]
}
Expand Down Expand Up @@ -17121,7 +17036,7 @@
"description": "Response",
"examples": [
{
"data": "{\"total_count\":2,\"secrets\":[{\"name\":\"GH_TOKEN\",\"created_at\":\"2019-08-10T14:59:22Z\",\"updated_at\":\"2020-01-10T14:59:22Z\"},{\"name\":\"GIST_ID\",\"created_at\":\"2020-01-10T10:59:22Z\",\"updated_at\":\"2020-01-11T11:59:22Z\"}]}"
"data": "{\"total_count\":2,\"secrets\":[{\"name\":\"GH_TOKEN\",\"created_at\":\"2019-08-10T14:59:22Z\",\"updated_at\":\"2020-01-10T14:59:22Z\",\"visibility\":\"all\"},{\"name\":\"GIST_ID\",\"created_at\":\"2020-01-10T10:59:22Z\",\"updated_at\":\"2020-01-11T11:59:22Z\",\"visibility\":\"all\"}]}"
}
]
}
Expand Down Expand Up @@ -17750,7 +17665,7 @@
"name": "selected_repository_ids",
"description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret) endpoints.",
"in": "BODY",
"type": "string[]",
"type": "undefined[]",
"required": false,
"enum": null,
"allowNull": false,
Expand Down Expand Up @@ -26014,7 +25929,7 @@
"description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
"in": "BODY",
"type": "string[]",
"required": false,
"required": true,
"enum": null,
"allowNull": false,
"mapToData": null,
Expand Down Expand Up @@ -42675,7 +42590,7 @@
},
{
"name": "key_prefix",
"description": "The prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit.",
"description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit.",
"in": "BODY",
"type": "string",
"required": true,
Expand All @@ -42688,7 +42603,7 @@
},
{
"name": "url_template",
"description": "The URL must contain <num> for the reference number.",
"description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`.",
"in": "BODY",
"type": "string",
"required": true,
Expand All @@ -42706,7 +42621,7 @@
"description": "response",
"examples": [
{
"data": "{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\"}"
"data": "{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\",\"is_alphanumeric\":true}"
}
]
},
Expand Down Expand Up @@ -47638,7 +47553,7 @@
"description": "Response",
"examples": [
{
"data": "{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\"}"
"data": "{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\",\"is_alphanumeric\":true}"
}
]
},
Expand Down Expand Up @@ -50337,7 +50252,7 @@
"description": "Response",
"examples": [
{
"data": "[{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\"}]"
"data": "[{\"id\":1,\"key_prefix\":\"TICKET-\",\"url_template\":\"https://example.com/TICKET?query=<num>\",\"is_alphanumeric\":true}]"
}
]
}
Expand Down

0 comments on commit adf942a

Please sign in to comment.