Inventory Relationships V1
Update Inventory Link
Use this API to update a bidirectional link between two inventories.
put/api/inventory/v2/inventories/{id}/associations/{associationId}
Path parameters
idstring uuid required
The unique identifier of an inventory record
associationIdstring uuid required
The unique identifier of the association
Request body
Example request
{
"relation": "JointControllerLinkType"
}Response
OK