v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
CIs

Update a CI Relation Type by ID

Updates the CI relation type. Note: Only custom CI relation types can be updated. Standard CI relation types can't be updated.

patch/cis/relation-types/{ciRelationTypeId}

Request body

relationTypestring

Name of the direct CI relation type.

oppositeRelationTypestring

Name of the opposite CI relation type.

Response

The updated CI relation type.

relationTypestring required

Name of the direct CI relation type.

oppositeRelationTypestring required

Name of the opposite CI relation type.

idinteger required

The ID of the CI relation type.

isStandardboolean required

Indicates whether the CI relation type is standard or custom.