Skip to content

Commit

Permalink
Merge pull request #198 from thevahidal/fix-api-examples-docs
Browse files Browse the repository at this point in the history
Fix api examples doc issue
  • Loading branch information
thevahidal authored Jun 4, 2024
2 parents 88a7664 + 7d0f3eb commit 1c3183c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/rows-auth-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c3183c

Please sign in to comment.