Skip to main content
PATCH
Link text items to a component

Authorizations

Authorization
string
header
required

Body

application/json
componentId
string
required

Developer ID of the library component to link text items to.

textItemIds
string[]
required

Developer IDs of the text items to link to this component. Text items already linked to a different component are skipped.

Minimum array length: 1

Response

Returns success status of the link operation, the number of text items actually linked, and the developer IDs of any that were skipped because they're already linked to a different component

success
boolean
required

Indicates whether the link operation was successful

linkedCount
number
required

The number of text items actually linked to the component.

skippedDeveloperIds
string[]
required

Developer IDs from the request that were skipped because they're already linked to a different component.