[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [updateLabel](./cautious-journey.remote.updatelabel.md) ## Remote.updateLabel() method Update a label. Signature: ```typescript updateLabel(options: LabelUpdate): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | LabelUpdate | | Returns: Promise<LabelUpdate>