Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.01 KB

DefaultApi.md

File metadata and controls

37 lines (20 loc) · 1.01 KB

\DefaultApi

All URIs are relative to http://127.0.0.1/api

Method HTTP request Description
table_update Post /table/update Request for updating one or more records.

table_update

crate::models::TableUpdateResponse table_update(table_update_request) Request for updating one or more records.

Parameters

Name Type Description Required Notes
table_update_request Option<TableUpdateRequest>

Return type

crate::models::TableUpdateResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]