mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 17:27:15 +00:00
docs: invalid api path correction
This commit is contained in:
@@ -105,7 +105,7 @@ Currently, the default value for `{orgs}` is <b>noco</b>. Users will be able to
|
||||
| Meta | Post | dbTableSort | create | /api/v1/db/meta/views/`{viewId}`/sorts |
|
||||
| Meta | Get | dbTableSort | read | /api/v1/db/meta/sorts/`{sortId}` |
|
||||
| Meta | Patch | dbTableSort | update | /api/v1/db/meta/sorts/`{sortId}` |
|
||||
| Meta | Delete| dbTableSort | delete | /api/v1/db/meta/sorts/`{sortId}`/api/v1/db |
|
||||
| Meta | Delete| dbTableSort | delete | /api/v1/db/meta/sorts/`{sortId}` |
|
||||
| Meta | Patch | dbTableWebhook | update | /api/v1/db/meta/hooks/`{hookId}` |
|
||||
| Meta | Delete| dbTableWebhook | delete | /api/v1/db/meta/hooks/`{hookId}` |
|
||||
| Meta | Get | dbTableWebhook | list | /api/v1/db/meta/tables/`{tableId}`/hooks |
|
||||
|
||||
Reference in New Issue
Block a user