PATCH apioauth/matrixv2/assets/{assetId}

Patch an asset

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetId

unsigned integer

Required

Body Parameters

PatchAssetRequestMatrixV2
NameDescriptionTypeAdditional information
name

The name of the asset to be updated or null if you dont want it updating

string

None.

bridge_height

Set a bridge height to update or null if you dont want it updating

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "bridge_height": 1
}

application/xml, text/xml

Sample:
<PatchAssetRequestMatrixV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 1</Name>
  <BridgeHeight>1</BridgeHeight>
</PatchAssetRequestMatrixV2>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>