We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deedeb5 commit 69fa138Copy full SHA for 69fa138
documentation/docs-index.js
@@ -28,13 +28,15 @@ module.exports = {
28
"companies/disable",
29
"companies/enable",
30
"companies/delete",
31
- "companies/concurrent-offers"
+ "companies/concurrent-offers",
32
+ "companies/get-application"
33
],
34
Applications: [
35
"applications/create",
36
"applications/search",
37
"applications/approve",
- "applications/reject"
38
+ "applications/reject",
39
+ "applications/validate"
40
41
Auth: [
42
"auth/login",
0 commit comments