diff --git a/packages/noco-docs/content/en/developer-resources/accessing-apis.md b/packages/noco-docs/content/en/developer-resources/accessing-apis.md index f48ee7ace4..713d8d441d 100644 --- a/packages/noco-docs/content/en/developer-resources/accessing-apis.md +++ b/packages/noco-docs/content/en/developer-resources/accessing-apis.md @@ -14,34 +14,27 @@ Auth Token is a JWT Token generated based on the logged-in user. By default, the - Go to NocoDB Project, click the rightmost button and click ``Copy Auth Token``. -![Screenshot 2022-09-14 at 10 18 58 AM](https://user-images.githubusercontent.com/86527202/190062565-34ec5f49-b2a9-4ccb-a02f-8ea60980ffd9.png) - +image ## API Token NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps. API Token is a Nano ID with a length of 40. If you are passing API Token, make sure that the header is called `xc-token`. - - Open `Project Menu`, click on `Team & Settings` -image - +image - Click `API Tokens Management` tab under `Team & Auth` section - - Click Add New Token ![Screenshot 2022-09-14 at 10 20 00 AM](https://user-images.githubusercontent.com/86527202/190062728-9c09934f-b5e4-4fec-b4d2-0cd3648bbb39.png) - - Type an recognizable name for your token and click `Generate` ![Screenshot 2022-09-14 at 10 20 10 AM](https://user-images.githubusercontent.com/86527202/190062801-db3fab83-7974-4dfe-9c83-bf0d8a7dba1e.png) - - Copy API token to your clipboard; use action menu to the right of token list - ## Swagger UI @@ -49,8 +42,7 @@ You can interact with the API's resources via Swagger UI. - Go to NocoDB Project, click the rightmost button and click ``Swagger APIs Doc``. -![Screenshot 2022-09-14 at 10 22 00 AM](https://user-images.githubusercontent.com/86527202/190062896-c1c2d529-694f-46ad-b6b1-0ee8d71a6e14.png) - +image - Click ``Authorize``, paste the token you copied in above steps and click `Authorize` to save. diff --git a/packages/noco-docs/content/en/setup-and-usages/audit.md b/packages/noco-docs/content/en/setup-and-usages/audit.md index 6465fb3971..7b472d61bd 100644 --- a/packages/noco-docs/content/en/setup-and-usages/audit.md +++ b/packages/noco-docs/content/en/setup-and-usages/audit.md @@ -8,7 +8,7 @@ menuTitle: 'Audit' We are keeping all the user operation logs under Audit. To access it, click the down arrow button next to Project Name on the top left side, then select `Team & Settings`. -image +image Then, under SETTINGS, click `Audit`. diff --git a/packages/noco-docs/content/en/setup-and-usages/meta-management.md b/packages/noco-docs/content/en/setup-and-usages/meta-management.md index 414824a995..ff83a966fa 100644 --- a/packages/noco-docs/content/en/setup-and-usages/meta-management.md +++ b/packages/noco-docs/content/en/setup-and-usages/meta-management.md @@ -10,7 +10,7 @@ Project Metadata includes Database Metadata, UI Access Control and Miscellaneous To access it, click the down arrow button next to Project Name on the top left side, then select `Team & Settings` and clicking `Project Metadata`. -image | image +image | image |--|--| +![image](https://user-images.githubusercontent.com/35857179/194856842-e35a6424-fb95-4805-8efa-a559563e4b71.png) \ No newline at end of file diff --git a/packages/noco-docs/content/en/setup-and-usages/sync-schema.md b/packages/noco-docs/content/en/setup-and-usages/sync-schema.md index 0b6530faa1..b03e545bd0 100644 --- a/packages/noco-docs/content/en/setup-and-usages/sync-schema.md +++ b/packages/noco-docs/content/en/setup-and-usages/sync-schema.md @@ -14,7 +14,7 @@ Below are the steps to sync schema changes. ### 1. From the `Project menu`, click `Team & Settings` -image +image ### 2. Click `Project Metadata` under SETTINGS, access `Metadata` tab diff --git a/packages/noco-docs/content/en/setup-and-usages/team-and-auth.md b/packages/noco-docs/content/en/setup-and-usages/team-and-auth.md index a43352ac81..c8e36e559d 100644 --- a/packages/noco-docs/content/en/setup-and-usages/team-and-auth.md +++ b/packages/noco-docs/content/en/setup-and-usages/team-and-auth.md @@ -10,7 +10,7 @@ menuTitle: 'Team & Auth' - Click on `Team & Settings` from the `Project Menu` - Access `Team & Auth` under `Settings` -image +image ## How to Add a User