Update Entity
API documentation
Here is the endpoint to update an entity:
PUT
/api/v1/entities/{entity}?version=
{ "object_label": "test", "object_name": "test", "datasource": "main", "audited": true, "show_on_menu": true, "use_adapter": false, "importable": true, "read_only": false, "layout": "default", "layout_properties": [ {} ], "relationships": [], "fields": [], "recursive_queries": []}
And the endpoint to update a single entity record:
PUT /api/v1/entities/{entity}/{id}?version=
{ "name": "name"}