mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 04:37:16 +00:00
docs: add swagger ui info
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -14,22 +14,7 @@ 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``.
|
||||
|
||||

|
||||
|
||||
- Click the same button and click ``Swagger APIs Doc``.
|
||||
|
||||
<!-- TODO: update screenshot -->
|
||||
|
||||

|
||||
|
||||
- Select ``Schemes`` and Click ``Authorize``.
|
||||
|
||||

|
||||
|
||||
- Paste the token you just copy in step 1 and click Authorize
|
||||
|
||||

|
||||
|
||||
<img width="219" alt="image" src="https://user-images.githubusercontent.com/35857179/164874424-7622112f-9729-4514-81d2-5c6631b19ed0.png">
|
||||
|
||||
## API Token
|
||||
|
||||
@@ -49,4 +34,17 @@ NocoDB allows creating API tokens which allow it to be integrated seamlessly wit
|
||||

|
||||
|
||||
- Copy API token to your clipboard
|
||||

|
||||

|
||||
|
||||
## Swagger UI
|
||||
|
||||
You can interact with the API's resources via Swagger UI.
|
||||
|
||||
- Go to NocoDB Project, click the rightmost button and click ``Swagger APIs Doc``.
|
||||
|
||||
<img width="215" alt="image" src="https://user-images.githubusercontent.com/35857179/164874429-d8e8f129-9cca-4d47-92c4-0b34b6e0b922.png">
|
||||
|
||||
- Click ``Authorize``, paste the token you copied in above steps and click `Authorize` to save.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user