POST
/
ext
/
update_instance_fields

Body

api_key
string
required

This is the API key for your account. You can obtain this from the “Secrets” tab of your “Settings” page.

subproject_id
string
required

This is the id of the subproject the resource instance resides in. You can obtain this ID from the URL while in the subproject.

instance_id
string
required

This is the id of the resource instance to be updated. You can find a resource instance’s id by opening the resource and clicking “Edit Details” on the first tab.

fields
[Partial Field]
required

An array of partial fields indicating which fields you want to update and the values they should be updated to. The structure of each Partial Field item is detailed below.

Response

status
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Message saying ‘Instance fields updated’ if successful, an error message if not.