Fix api examples doc issue

This commit is contained in:
Vahid Al
2024-06-04 18:37:55 +03:30
parent 88a766465c
commit 7d0f3ebd3f
2 changed files with 3 additions and 3 deletions

View File

@@ -34,9 +34,9 @@ soul -d ./Chinook_Sqlite.sqlite -p 8000
## Namespaces ## Namespaces
1. [/api/tables/](api/tables-examples.md) Examples for Tables endpoints 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 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 4. [/api/](api/root-examples.md) Examples for Root endpoints
## Handling Errors ## Handling Errors

View File

@@ -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. 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 #### 2.1. Create a new Role