Browse Source

docs: add new api path in docs

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2214/head
Pranav C 2 years ago
parent
commit
b902765956
  1. 3
      packages/noco-docs/content/en/developer-resources/rest-apis.md

3
packages/noco-docs/content/en/developer-resources/rest-apis.md

@ -157,6 +157,7 @@ Currently, the default value for {orgs} is <b>noco</b>. Users will be able to ch
| Meta | Post | project | sharedBaseCreate | /api/v1/db/meta/projects/{projectId}/shared |
| Meta | Patch | project | sharedBaseUpdate | /api/v1/db/meta/projects/{projectId}/shared |
| Meta | Post | storage | upload | /api/v1/db/storage/upload |
| Meta | Post | storage | uploadByUrl | /api/v1/db/storage/upload-by-url |
| Meta | Get | utils | commentList | /api/v1/db/meta/audits/comments |
| Meta | Post | utils | commentRow | /api/v1/db/meta/audits/comments |
| Meta | Get | utils | commentCount | /api/v1/db/meta/audits/comments/count |
@ -210,4 +211,4 @@ Currently, the default value for {orgs} is <b>noco</b>. Users will be able to ch
|---|---|
| ~or | (checkNumber,eq,JM555205)~or((amount, gt, 200)~and(amount, lt, 2000)) |
| ~and | (checkNumber,eq,JM555205)~and((amount, gt, 200)~and(amount, lt, 2000)) |
| ~not | ~not(checkNumber,eq,JM555205) |
| ~not | ~not(checkNumber,eq,JM555205) |

Loading…
Cancel
Save