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 updateoptions- object which contains details of a projectname-stringName of the projectdescription-stringDescription of the projectpfp-stringProfile picture of the project
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success updating TileDocument."
}