Update a Project

update(id, updatedAttributes)

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

Last updated