-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: interactions/{get,set,remove}-restrictions-for-authenticated-user
(deprecates interactions/{get,set,remove}-restrictions-for-your-public-repos
), adds response content schema for POST /markdown
, fixes response content schema for GET /user/emails
#37
Conversation
@@ -45342,7 +45349,7 @@ | |||
"tags": [ | |||
"interactions" | |||
], | |||
"operationId": "interactions/get-restrictions-for-your-public-repos", | |||
"operationId": "interactions/get-restrictions-for-authenticated-user", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires deprecation
@@ -45380,7 +45387,7 @@ | |||
"tags": [ | |||
"interactions" | |||
], | |||
"operationId": "interactions/set-restrictions-for-your-public-repos", | |||
"operationId": "interactions/set-restrictions-for-authenticated-user", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires deprecation
@@ -45430,7 +45437,7 @@ | |||
"tags": [ | |||
"interactions" | |||
], | |||
"operationId": "interactions/remove-restrictions-for-your-public-repos", | |||
"operationId": "interactions/remove-restrictions-for-authenticated-user", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires deprecation
"schema": { | ||
"type": "string" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should unblock https://github.com/octokit/rest.js/pull/1998
"email", | ||
"primary", | ||
"verified", | ||
"visibility" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should resolve octokit/openapi-types.ts#37
interactions/{get,set,remove}-restrictions-for-authenticated-user
(deprecates interactions/{get,set,remove}-restrictions-for-your-public-repos
), adds response content schema for POST /markdown
, fixes response content schema for GET /user/emails
…your-public-repos`
🎉 This PR is included in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I found new changes on github.com/github/rest-api-description/ and thought I'd let you know about it 👋🤖
I can't tell if the changes include fixes, features, breaking changes or just cache updates, you'll have to figure that out on yourself and adapt the commit messages accordingly to trigger the right release, see our commit message conventions.