Skip to content

Commit

Permalink
feat: expired key in GET /repos/:owner/:repo/invitations response (
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Dec 17, 2020
1 parent 576195c commit 8b34452
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@
"permissions": "write",
"created_at": "2017-10-10T09:00:00-07:00",
"url": "https://api.github.com/user/repository_invitations/1000",
"html_url": "https://github.com/octokit-fixture-org/add-and-remove-repository-collaborator/invitations"
"html_url": "https://github.com/octokit-fixture-org/add-and-remove-repository-collaborator/invitations",
"expired": false
}
],
"reqheaders": {
Expand All @@ -288,7 +289,7 @@
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
"cache-control": "private, max-age=60, s-maxage=60",
"connection": "close",
"content-length": "8217",
"content-length": "8233",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down

0 comments on commit 8b34452

Please sign in to comment.