Update A Label

update(id, updatedAttributes)

const myClient // an authorized client instance
myClient.label.update(123456789, { label: "New Label Name"}) // The label is updated in the servers

Last updated