cURL
curl --request PUT \ --url https://instantrestapi.com/api/resources/{id} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
{}
Unique identifier for the resource
Resource object
The full resource object with all its properties
Response