Fix api examples doc issue
This commit is contained in:
@@ -34,9 +34,9 @@ soul -d ./Chinook_Sqlite.sqlite -p 8000
|
||||
## Namespaces
|
||||
|
||||
1. [/api/tables/](api/tables-examples.md) Examples for Tables endpoints
|
||||
2. [/api/<table-name>/rows/](api/rows-examples.md) Examples for Rows endpoints
|
||||
2. [/api/{table-name}/rows/](api/rows-examples.md) Examples for Rows endpoints
|
||||
3. [/api/auth/](api/auth-examples.md) Examples for Authentication / Authorization endpoints
|
||||
1. [/api/<table-name>/rows/](api/rows-auth-examples.md) Examples for Rows endpoints in Auth mode
|
||||
1. [/api/{table-name}/rows/](api/rows-auth-examples.md) Examples for Rows endpoints in Auth mode
|
||||
4. [/api/](api/root-examples.md) Examples for Root endpoints
|
||||
|
||||
## Handling Errors
|
||||
|
||||
@@ -40,7 +40,7 @@ Response
|
||||
|
||||
Only super users (e.g. `is_superuser=true`) or those with roles that have access to '\_roles' table can grant access to other users.
|
||||
|
||||
> Head over to [README](/README.md) and _Updating Super Users_ section to learn how to promote someone to a super user.
|
||||
> Head over to [README, _Updating Super Users_ section](/README.md#3-updating-super-users) to learn how to promote someone to a super user.
|
||||
|
||||
#### 2.1. Create a new Role
|
||||
|
||||
|
||||
Reference in New Issue
Block a user