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-- stringName of the project
- description-- stringDescription of the project
- pfp-- stringProfile picture of the project
 
Returns
{
  status: 200,
  doc: "kjzl6cwe1...e4wvxhiqj",
  result: "Success updating TileDocument."
}