PUT
/
resources
/
{id}
curl --request PUT \
  --url https://instantrestapi.com/api/resources/{id} \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{}'
{}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for the resource

Body

application/json · object
Resource object

The full resource object with all its properties

Response

201
application/json
Response

The full resource object with all its properties