Update A Section

update(id, updatedAttributes)

const myClient // an authorized client instance
myClient.section.update(123456789, { name: "Updated section"}) // The section is updated in the serv

Last updated