|
11414 | 11414 | { |
11415 | 11415 | "method": "POST", |
11416 | 11416 | "url": "/repos/{owner}/{repo}/hooks", |
11417 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#create-a-repository-webhook", |
| 11417 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook", |
11418 | 11418 | "parameters": [ |
11419 | 11419 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
11420 | 11420 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
11764 | 11764 | { |
11765 | 11765 | "method": "DELETE", |
11766 | 11766 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}", |
11767 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#delete-a-repository-webhook", |
| 11767 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook", |
11768 | 11768 | "parameters": [ |
11769 | 11769 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
11770 | 11770 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
12661 | 12661 | { |
12662 | 12662 | "method": "GET", |
12663 | 12663 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}", |
12664 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#get-a-repository-webhook", |
| 12664 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook", |
12665 | 12665 | "parameters": [ |
12666 | 12666 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
12667 | 12667 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
12672 | 12672 | { |
12673 | 12673 | "method": "GET", |
12674 | 12674 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/config", |
12675 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository", |
| 12675 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository", |
12676 | 12676 | "parameters": [ |
12677 | 12677 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
12678 | 12678 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
12683 | 12683 | { |
12684 | 12684 | "method": "GET", |
12685 | 12685 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}", |
12686 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook", |
| 12686 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook", |
12687 | 12687 | "parameters": [ |
12688 | 12688 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
12689 | 12689 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
13131 | 13131 | { |
13132 | 13132 | "method": "GET", |
13133 | 13133 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries", |
13134 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook", |
| 13134 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook", |
13135 | 13135 | "parameters": [ |
13136 | 13136 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
13137 | 13137 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
13145 | 13145 | { |
13146 | 13146 | "method": "GET", |
13147 | 13147 | "url": "/repos/{owner}/{repo}/hooks", |
13148 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#list-repository-webhooks", |
| 13148 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#list-repository-webhooks", |
13149 | 13149 | "parameters": [ |
13150 | 13150 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
13151 | 13151 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
13186 | 13186 | { |
13187 | 13187 | "method": "POST", |
13188 | 13188 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/pings", |
13189 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#ping-a-repository-webhook", |
| 13189 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook", |
13190 | 13190 | "parameters": [ |
13191 | 13191 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
13192 | 13192 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
13197 | 13197 | { |
13198 | 13198 | "method": "POST", |
13199 | 13199 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", |
13200 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook", |
| 13200 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook", |
13201 | 13201 | "parameters": [ |
13202 | 13202 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
13203 | 13203 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
13371 | 13371 | { |
13372 | 13372 | "method": "POST", |
13373 | 13373 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/tests", |
13374 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#test-the-push-repository-webhook", |
| 13374 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook", |
13375 | 13375 | "parameters": [ |
13376 | 13376 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
13377 | 13377 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
14378 | 14378 | { |
14379 | 14379 | "method": "PATCH", |
14380 | 14380 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}", |
14381 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repos#update-a-repository-webhook", |
| 14381 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook", |
14382 | 14382 | "parameters": [ |
14383 | 14383 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
14384 | 14384 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
14430 | 14430 | { |
14431 | 14431 | "method": "PATCH", |
14432 | 14432 | "url": "/repos/{owner}/{repo}/hooks/{hook_id}/config", |
14433 | | - "documentationUrl": "https://docs.github.com/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository", |
| 14433 | + "documentationUrl": "https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository", |
14434 | 14434 | "parameters": [ |
14435 | 14435 | { "alias": null, "deprecated": null, "in": "PATH", "name": "owner" }, |
14436 | 14436 | { "alias": null, "deprecated": null, "in": "PATH", "name": "repo" }, |
|
0 commit comments