Skip to content

Commit ef7773c

Browse files
committed
Update
1 parent 63f589d commit ef7773c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,8 @@ The Authorization model acts on "operations". The most important ones are listed
607607
DELETE /records/{table}/{id} - delete - deletes a record by primary key
608608
PATCH /records/{table}/{id} - increment - increments columns of a record by primary key
609609

610-
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.
610+
The "`/openapi`" endpoint has a special "document" operation to allow you to hide tables and
611+
columns from the documentation. The OpenAPI specification will only show what is allowed in your session.
611612

612613
For endpoints that start with "`/columns`" there are the operations "reflect" and "remodel".
613614
These operations can display or change the definition of the database, table or column.

0 commit comments

Comments
 (0)