SDK Reference
Methods
UpdateProject

updateProject

Update details of an existing project.

How to use?

const res = await orbis.updateProject(project_id, options);

Parameters

  • project_id - (stream) ID of a project to update
  • options - object which contains details of a project
    • name - string Name of the project
    • description - string Description of the project
    • pfp - string Profile picture of the project

Returns

{
  status: 200,
  doc: "kjzl6cwe1...e4wvxhiqj",
  result: "Success updating TileDocument."
}