cURL
curl --request PUT \ --url https://api.example.com/entity/:id
{ "data": null }
Full update an entity.
OK