1
0
mirror of synced 2025-12-21 02:46:50 -05:00

[Accessibility] Update tables in "Issue event types" article (#35913)

This commit is contained in:
Sarita Iyer
2023-03-28 15:42:53 -04:00
committed by GitHub
parent 47b53add9f
commit 86a4dc63a0
4 changed files with 399 additions and 191 deletions

View File

@@ -15,7 +15,7 @@ topics:
In order to authenticate as an app or generate an installation access token, you must generate a JSON Web Token (JWT). If a REST API endpoint requires a JWT, the documentation for that endpoint will indicate that you must use a JWT to access the endpoint.
Your JWT must be signed using the `RS256` algorithm and must contain the following claims:
Your JWT must be signed using the `RS256` algorithm and must contain the following claims.
|Claim | Meaning | Details |
|---|---|---|

View File

@@ -69,7 +69,7 @@ The person creating the app will be redirected to a GitHub page with an input fi
`request_oauth_on_install` | `boolean` | Set to `true` to request the user to authorize the {% data variables.product.prodname_github_app %}, after the {% data variables.product.prodname_github_app %} is installed.
`setup_on_update` | `boolean` | Set to `true` to redirect users to the `setup_url` after they update your {% data variables.product.prodname_github_app %} installation.
The `hook_attributes` object has the following key:
The `hook_attributes` object has the following keys.
Name | Type | Description
-----|------|-------------