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