Skip to content

Commit

Permalink
feat: "members_can_create_pages" response property (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: Octokit Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Octokit Bot authored Sep 11, 2020
1 parent d63115b commit 4e0466c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"default_repository_permission": "read",
"members_can_create_repositories": true,
"two_factor_requirement_enabled": false,
"members_can_create_pages": true,
"plan": {
"name": "team",
"space": 976562499,
Expand All @@ -57,7 +58,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": "1316",
"content-length": "1348",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
21 changes: 10 additions & 11 deletions scenarios/api.github.com/get-organization/raw-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"default_repository_permission": "read",
"members_can_create_repositories": true,
"two_factor_requirement_enabled": false,
"members_can_create_pages": true,
"plan": {
"name": "team",
"space": 976562499,
Expand All @@ -47,24 +48,24 @@
}
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
"Fri, 04 Sep 2020 18:48:39 GMT",
"Fri, 11 Sep 2020 04:22:45 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
"1340",
"1372",
"Connection",
"close",
"Server",
"GitHub.com",
"Status",
"200 OK",
"Cache-Control",
"private, max-age=60, s-maxage=60",
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
"\"73b734a201179a7b9c424f4183dcbd07\"",
"\"e41c5a5bfdaf5404e93739ec3c939fa1\"",
"Last-Modified",
"Wed, 12 Aug 2020 14:55:05 GMT",
"X-OAuth-Scopes",
Expand All @@ -76,11 +77,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
"4953",
"4962",
"X-RateLimit-Reset",
"1599248803",
"1599801695",
"X-RateLimit-Used",
"47",
"38",
"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",
"Access-Control-Allow-Origin",
Expand All @@ -99,10 +100,8 @@
"default-src 'none'",
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"Vary",
"Accept-Encoding",
"X-GitHub-Request-Id",
"F88C:5588:25A63A:2DA7EF:5F528C06"
"078C:43BE:3D80BB:64ED2D:5F5AFB95"
],
"reqheaders": {
"accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
Expand Down

0 comments on commit 4e0466c

Please sign in to comment.