1
0
mirror of synced 2025-12-21 10:57:10 -05:00

fix: /app/installations should be GET method (#24810)

This commit is contained in:
Yenting Chen
2023-04-04 07:17:27 +08:00
committed by GitHub
parent 73f171545a
commit c6cce6cb9c

View File

@@ -23,7 +23,7 @@ If a REST API endpoint requires you to authenticate as an app, the documentation
1. Include the JWT in the `Authorization` header of your request. In the following example, replace `YOUR_JWT` with your JWT.
```shell
curl --request POST \
curl --request GET \
--url "{% data variables.product.api_url_pre %}/app/installations" \
--header "Accept: application/vnd.github+json" \
--header "Authorization: Bearer YOUR_JWT"{% ifversion api-date-versioning %}\