Releases: octokit/openapi
Releases · octokit/openapi
v2.17.5
2.17.5 (2021-04-30)
Bug Fixes
- add deprecation to
GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances
: code-scanning/list-alerts-instances
-> code-scanning/list-alert-instances
(#78) (f54b4cc)
v2.17.4
2.17.4 (2021-04-30)
Bug Fixes
- add deprecation for
GET /enterprises/{enterprise}/audit-log
opeationId change: audit-log/get-audit-log
-> enterprise-admin/get-audit-log
(#76) (16f50c8)
v2.17.3
2.17.3 (2021-04-30)
Bug Fixes
- normalize GitHub REST API documentation URLs (#74) (4bf9f12)
v2.17.1
2.17.1 (2021-04-28)
Bug Fixes
POST /repos/{owner}/{repo}/deployments
(repos/create-deployment
) does not accept a created_at
parameter (#72) (9e7d744)
v2.17.0
2.17.0 (2021-04-27)
Features
GET /repos/{owner}/{repo}/pages/health
(#71) (d1bdef8)
v2.16.3
2.16.3 (2021-04-23)
Bug Fixes
- description and response updates for code-scanning endpoints (#68) (ad98972)
v2.16.2
2.16.2 (2021-04-21)
Bug Fixes
- apply overrides to unaltered schemas from GitHub, before applying Octokit-specific changes (65172c1)
v2.16.1
2.16.1 (2021-04-21)
Bug Fixes
- apply overrides to all files, not just
api.github.com.json
(6f09e38)
v2.16.0
Parameters
POST /app/installations/{installation_id}/access_tokens
- request parameters:
repositories
, repository_ids
, permissions
POST /repos/{owner}/{repo}/git/commits
name
& email
properties are required for author
& committer
(if set)
POST /repos/{owner}/{repo}/issues/{issue_number}/labels
, PUT /repos/{owner}/{repo}/issues/{issue_number}/labels
labels
can now be set to either an array of strings or an array of objects with a name
property
POST /repos/{owner}/{repo}/releases
discussion_category_name
parameter (enables discussion for a release)
PUT /repos/{owner}/{repo}/pages
Others
- lots of improved descriptions and improved response schemas