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
GET /records/{table}/{id} - read - reads a record by primary key
606
+
PUT /records/{table}/{id} - update - updates columns of a record by primary key
607
+
DELETE /records/{table}/{id} - delete - deletes a record by primary key
608
+
PATCH /records/{table}/{id} - increment - increments columns of a record by primary key
609
609
610
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.
0 commit comments