forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
64 lines (64 loc) · 1.8 KB
/
config.json
File metadata and controls
64 lines (64 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"targetDirectory": "content/rest/authentication",
"pages": {
"server-to-server-rest": {
"frontmatterDefaults": {
"versions": {
"fpt": "*",
"ghae": "*",
"ghec": "*",
"ghes": "*"
},
"autogenerated": "github-apps"
},
"targetFilename": "content/rest/authentication/endpoints-available-for-github-app-installation-access-tokens.md"
},
"user-to-server-rest": {
"frontmatterDefaults": {
"versions": {
"fpt": "*",
"ghae": "*",
"ghec": "*",
"ghes": "*"
},
"autogenerated": "github-apps"
},
"targetFilename": "content/rest/authentication/endpoints-available-for-github-app-user-access-tokens.md"
},
"server-to-server-permissions": {
"frontmatterDefaults": {
"versions": {
"fpt": "*",
"ghae": "*",
"ghec": "*",
"ghes": "*"
},
"autogenerated": "github-apps"
},
"targetFilename": "content/rest/authentication/permissions-required-for-github-apps.md"
},
"fine-grained-pat": {
"frontmatterDefaults": {
"versions": "data/features/pat-v2.yml",
"autogenerated": "github-apps"
},
"targetFilename": "content/rest/authentication/endpoints-available-for-fine-grained-personal-access-tokens.md"
},
"fine-grained-pat-permissions": {
"frontmatterDefaults": {
"versions": "data/features/pat-v2.yml",
"autogenerated": "github-apps"
},
"targetFilename": "content/rest/authentication/permissions-required-for-fine-grained-personal-access-tokens.md"
}
},
"api-versions": {
"fpt": [
"2022-11-28"
],
"ghec": [
"2022-11-28"
]
},
"sha": "10c8ba497fab24f023e305f3ccb4bd46cd8adc84"
}