Skip to content

Commit 91b1ac9

Browse files
committed
Update
1 parent ef7773c commit 91b1ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +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
611-
columns from the documentation. The OpenAPI specification will only show what is allowed in your session.
610+
The "`/openapi`" endpoint will only show what is allowed in your session. It also has a special
611+
"document" operation to allow you to hide tables and columns from the documentation.
612612

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

0 commit comments

Comments
 (0)