Skip to content

Commit

Permalink
fix: documentation URLs updated (#336)
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 Aug 4, 2020
1 parent 0ac99e9 commit db37780
Show file tree
Hide file tree
Showing 8 changed files with 589 additions and 589 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"status": 404,
"response": {
"message": "Branch not protected",
"documentation_url": "https://developer.github.com/v3/repos/branches/#get-branch-protection"
"documentation_url": "https://docs.github.com/rest/reference/repos#get-branch-protection"
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
Expand All @@ -19,7 +19,7 @@
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
"connection": "close",
"content-length": "126",
"content-length": "123",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
234 changes: 117 additions & 117 deletions scenarios/api.github.com/branch-protection/raw-fixture.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scenarios/api.github.com/errors/normalized-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"response": {
"message": "Validation Failed",
"errors": [{ "resource": "Label", "code": "invalid", "field": "color" }],
"documentation_url": "https://developer.github.com/v3/issues/labels/#create-a-label"
"documentation_url": "https://docs.github.com/rest/reference/issues#create-a-label"
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
Expand All @@ -22,7 +22,7 @@
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
"connection": "close",
"content-length": "180",
"content-length": "179",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
130 changes: 65 additions & 65 deletions scenarios/api.github.com/errors/raw-fixture.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"response": {
"message": "Validation Failed",
"request_id": "0000:00000:0000000:0000000:00000000",
"documentation_url": "https://developer.github.com/v3",
"documentation_url": "https://docs.github.com/rest",
"errors": [
{
"resource": "ReleaseAsset",
Expand All @@ -105,7 +105,7 @@
"headers": {
"cache-control": "no-cache",
"connection": "close",
"content-length": "214",
"content-length": "211",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
312 changes: 156 additions & 156 deletions scenarios/api.github.com/release-assets-conflict/raw-fixture.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"response": {
"message": "Moved Permanently",
"url": "https://api.github.com/repositories/1000",
"documentation_url": "https://developer.github.com/v3/#http-redirects"
"documentation_url": "https://docs.github.com/v3/#http-redirects"
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
Expand All @@ -180,7 +180,7 @@
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
"connection": "close",
"content-length": "155",
"content-length": "150",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down Expand Up @@ -372,7 +372,7 @@
"response": {
"message": "Moved Permanently",
"url": "https://api.github.com/repositories/1000",
"documentation_url": "https://developer.github.com/v3/#http-redirects"
"documentation_url": "https://docs.github.com/v3/#http-redirects"
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
Expand All @@ -386,7 +386,7 @@
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset",
"connection": "close",
"content-length": "155",
"content-length": "150",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
Expand Down
482 changes: 241 additions & 241 deletions scenarios/api.github.com/rename-repository/raw-fixture.json

Large diffs are not rendered by default.

0 comments on commit db37780

Please sign in to comment.