|
@@ -607,8 +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
|
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.
|
612
|
612
|
|
613
|
613
|
For endpoints that start with "`/columns`" there are the operations "reflect" and "remodel".
|
614
|
614
|
These operations can display or change the definition of the database, table or column.
|