You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -607,7 +607,8 @@ The Authorization model acts on "operations". The most important ones are listed
607
607
DELETE /records/{table}/{id} - delete - deletes a record by primary key
608
608
PATCH /records/{table}/{id} - increment - increments columns of a record by primary key
609
609
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.
611
612
612
613
For endpoints that start with "`/columns`" there are the operations "reflect" and "remodel".
613
614
These operations can display or change the definition of the database, table or column.
0 commit comments