From 3fca67a7714fb58777fc25b7b327396a81c20677 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 25 Oct 2022 14:55:18 +0530 Subject: [PATCH] chore(docs): add new apis Signed-off-by: Pranav C --- .../content/en/developer-resources/rest-apis.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/noco-docs/content/en/developer-resources/rest-apis.md b/packages/noco-docs/content/en/developer-resources/rest-apis.md index 7a31457af6..202004db11 100644 --- a/packages/noco-docs/content/en/developer-resources/rest-apis.md +++ b/packages/noco-docs/content/en/developer-resources/rest-apis.md @@ -173,6 +173,15 @@ Currently, the default value for {orgs} is noco. Users will be able to ch | Meta | Get | utils | appVersion | /api/v1/version | | Meta | Get | utils | appHealth | /api/v1/health | | Meta | Get | utils | aggregatedMetaInfo | /api/v1/aggregated-meta-info | +| Meta | Get | orgUsers | list | /api/v1/users | +| Meta | Post | orgUsers | add | /api/v1/users | +| Meta | Patch | orgUsers | update | /api/v1/users/{userId} | +| Meta | Delete | orgUsers | delete | /api/v1/users/{userId} | +| Meta | Get | orgTokens | list | /api/v1/tokens | +| Meta | Post | orgTokens | create | /api/v1/tokens | +| Meta | Delete | orgTokens | delete | /api/v1/tokens/{token} | +| Meta | Get | orgAppSettings | get | /api/v1/app-settings | +| Meta | Post | orgAppSettings | set | /api/v1/app-settings | ## Query params