This repository was archived by the owner on Jul 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoc.json
More file actions
65 lines (64 loc) · 1.37 KB
/
toc.json
File metadata and controls
65 lines (64 loc) · 1.37 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
{
"collapseTableOfContents": true,
"items": [
{
"type": "divider",
"title": "APIs"
},
{
"type": "item",
"title": "HRIS",
"uri": "reference/employer/openapi.yaml"
},
{
"type": "item",
"title": "Management",
"uri": "reference/management/openapi.yaml"
},
{
"type": "divider",
"title": "Development Guides"
},
{
"type": "item",
"title": "Permissions",
"uri": "docs/Development-Guides/Permissions.md"
},
{
"type": "item",
"title": "Headers",
"uri": "docs/Development-Guides/Headers.md"
},
{
"type": "item",
"title": "API Versioning",
"uri": "docs/Development-Guides/Versioning.md"
},
{
"type": "item",
"title": "Rate Limits",
"uri": "docs/Development-Guides/Rate-Limits.md"
},
{
"type": "item",
"title": "Handling API Responses",
"uri": "docs/Development-Guides/Handling-API-Responses.md"
},
{
"type": "group",
"title": "Errors",
"items": [
{
"type": "item",
"title": "Error types",
"uri": "docs/Development-Guides/Errors/Error-Types.md"
},
{
"type": "item",
"title": "Error handling",
"uri": "docs/Development-Guides/Errors/Error-Handling.md"
}
]
}
]
}