[Accessibility] Update tables in "Issue event types" article (#35913)
This commit is contained in:
@@ -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 |
|
||||
|---|---|---|
|
||||
|
||||
@@ -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
|
||||
-----|------|-------------
|
||||
|
||||
Reference in New Issue
Block a user