Skip to content

Commit 63f589d

Browse files
committed
formatting
1 parent dd83e7d commit 63f589d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -598,14 +598,14 @@ NB: The JWT implementation only supports the hash based algorithms HS256, HS384
598598

599599
The Authorization model acts on "operations". The most important ones are listed here:
600600

601-
[method] [path] - [operation] - [description]
602-
---------------------------------------------
603-
GET /records/{table} - list - lists records
604-
POST /records/{table} - create - creates records
605-
GET /records/{table}/{id} - read - reads a record by primary key
606-
PUT /records/{table}/{id} - update - updates columns of a record by primary key
607-
DELETE /records/{table}/{id} - delete - deletes a record by primary key
608-
PATCH /records/{table}/{id} - increment - increments columns of a record by primary key
601+
method path - operation - description
602+
----------------------------------------------------------------------------------------
603+
GET /records/{table} - list - lists records
604+
POST /records/{table} - create - creates records
605+
GET /records/{table}/{id} - read - reads a record by primary key
606+
PUT /records/{table}/{id} - update - updates columns of a record by primary key
607+
DELETE /records/{table}/{id} - delete - deletes a record by primary key
608+
PATCH /records/{table}/{id} - increment - increments columns of a record by primary key
609609

610610
The "`/openapi`" endpoint has a special "document" operation to allow you to hide tables and columns from the documentation. The OpenAPI specification will show what is allowed in your session.
611611

0 commit comments

Comments
 (0)