Skip to content

Commit fc6ee84

Browse files
authored
fix: docs and comment updates (#690)
WIP octokit/openapi updated
1 parent 212e1e9 commit fc6ee84

15 files changed

+39
-42
lines changed

docs/repos/createWebhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Determines if notifications are sent when the webhook is triggered. Set to `true
8686
</tbody>
8787
</table>
8888

89-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#create-a-repository-webhook).
89+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook).

docs/repos/deleteWebhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
4545
</tbody>
4646
</table>
4747

48-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#delete-a-repository-webhook).
48+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook).

docs/repos/getCustomPropertiesValues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type: API method
99
# Get all custom property values for a repository
1010

1111
Gets all custom property values that are set for a repository.
12-
Users with admin access to the repository can use this endpoint.
12+
Users with read access to the repository can use this endpoint.
1313

1414
```js
1515
octokit.rest.repos.getCustomPropertiesValues({

docs/repos/getWebhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
4747
</tbody>
4848
</table>
4949

50-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#get-a-repository-webhook).
50+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook).

docs/repos/getWebhookConfigForRepo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
4949
</tbody>
5050
</table>
5151

52-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository).
52+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository).

docs/repos/getWebhookDelivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
5151
</tbody>
5252
</table>
5353

54-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook).
54+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook).

docs/repos/listWebhookDeliveries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Used for pagination: the starting delivery from which the page of deliveries is
6060
</tbody>
6161
</table>
6262

63-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook).
63+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook).

docs/repos/listWebhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Page number of the results to fetch.
5151
</tbody>
5252
</table>
5353

54-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#list-repository-webhooks).
54+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#list-repository-webhooks).

docs/repos/pingWebhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
4747
</tbody>
4848
</table>
4949

50-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repos#ping-a-repository-webhook).
50+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook).

docs/repos/redeliverWebhookDelivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ The unique identifier of the hook. You can find this value in the `X-GitHub-Hook
5151
</tbody>
5252
</table>
5353

54-
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook).
54+
See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook).

0 commit comments

Comments
 (0)