Releases: octokit/openapi
Releases · octokit/openapi
v7.4.0
7.4.0 (2022-08-19)
Features
- add
squash_merge_commit_title,squash_merge_commit_message,merge_commit_titleandmerge_commit_messagerequest body parameters inPOST /orgs/{org}/repos,PATCH /repos/{owner}/{repo},POST /user/repos - add
squash_merge_commit_title,squash_merge_commit_message,merge_commit_titleandmerge_commit_messageresponse attributes where repositories are returned in the API
v7.3.0
7.3.0 (2022-08-18)
Features
- add new
permissions.organization_custom_rolesresponse attribute inGET /app/installations,GET /app/installations/{installation_id},POST /app/installations/{installation_id}/access_tokens,POST /applications/{client_id}/token,PATCH /applications/{client_id}/token,POST /applications/{client_id}/token/scoped,GET /orgs/{org}/installation,GET /orgs/{org}/installations,GET /repos/{owner}/{repo}/installation,GET /user/installationsandGET /users/{username}/installation - add new
permissions.organization_custom_rolesrequest body parameter inPOST /app/installations/{installation_id}/access_tokensandPOST /applications/{client_id}/token/scoped
Bug Fixes
- update description for
manifestspassed in request body toPOST /repos/{owner}/{repo}/dependency-graph/snapshots
v7.2.0
v7.1.0
v7.0.0
BREAKING CHANGES
- This removes the now-defunkt OAuth Authorizations
APIs from the OpenAPI specifications. These were disabled and cut
off on GitHub.com at the end of 2020, but the docs were not
updated.
Features
- add generated OpenAPI specifications for GHES 3.6 (0c46144)
- add new
added_byandlast_usedattributes on Deploy Keys returned across the API (beba6f5) - add new
GET /orgs/{org}/security-managers,PUT /orgs/{org}/security-managers/teams/{team_slug}andDELETE /orgs/{org}/security-managers/teams/{team_slug}APIs (8c840a6) - add new
POST /repos/{owner}/{repo}/pages/deploymentAPI (542b3af) - add support for
build_typeparameter in `POST (4b9cb09) - add support for
build_typeparameter in `PUT (32735a3) - add user as a possible
access_levelvalue inGET /repos/{owner}/{repo}/actions/permissions/accessandPUT /repos/{owner}/{repo}/actions/permissions/access(821c290) - remove now-defunkt OAuth Authorizations APIs (4fbcedd)
Bug Fixes
- add description for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events (21915b9)
- add response example for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events (a728ac0)
- add tag for new Merge Queue-related APIs (669a476)
- clarify required permissions for
security_and_analysisrequest (871283b) - correct docs URL on event parameter for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews (efaad35)
- correct duplicated description for
privaterequest body parameter (244f0ea) - correct incorrect request body example for POST /app/installations/{installation_id}/access_tokens (1f92f91)
- document secondary rate limits for POST /repos/{owner}/{repo}/pulls (9db5f6c)
- document that
GET /repos/{owner}/{repo}/zipball/{ref}returns a 404 if the repo is empty (7a0ddf0) - document that
GET /search/usersonly searches public email (289e9fb) - document that a
titleor anissueis required forPOST /repos/{owner}/{repo}/pulls(65edab8) - document that commit_id, path and line are in fact required for POST (8eb734f)
- document that the default and maximum results
per_pagefor `GET (1e6e305) - document the required scopes to use
GET /orgs/{org}/code-scanning/alertswith public repos (7c84224) - improve description and example of
refsparameter inPATCH /repos/{owner}/{repo}/git/refs/{ref}(c040147) - improve documentation for dismissing reviews in POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews to reflect that event must be sent to DISMISS (dc59cf5)
- mark the target_url and description request body parameters as (94da130)
- move various APIs between categories (968ad2a)
- remove
pageandper_pageparameters for `GET (957b772) - remove tag for now-defunkt Authorizations APIs (1dd9466)
- tidy descriptions for GET /orgs/{org}/blocks/{username} (a6c5602)
- tweak descriptions for
GET /user/blocks/{username}(1fc181c) - tweak summary for GET (e6e3b28)
- update
PUT /repos/{owner}/{repo}/actions/oidc/customization/subto (af0bd51) - update description for `GET (c8eb4c3)
- update description for POST /gists/{gist_id}/forks (df2176d)
- update description for POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews (6a89486)
v6.8.0
6.8.0 (2022-07-22)
Features
- add
GET /enterprises/{enterprise}/code-scanning/alertsAPI
Fixes
- correct the description for
POST /orgs/{org}/projectsand/repos/{owner}/{repo}/projectsto state that you will receive a410 Goneif projects is disabled in the organization - update the description of
POST /orgs/{org}/projectsand/repos/{owner}/{repo}/projectsto state that they will return a410 Goneif you don't have classic projects already - add description for
POST /user/projects - correct typo in parameter descriptions for
POST /repos/{owner}/{repo}/dispatches