File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
613613For endpoints that start with "` /columns ` " there are the operations "reflect" and "remodel".
614614These operations can display or change the definition of the database, table or column.
You can’t perform that action at this time.
0 commit comments