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
-string
Name of the projectdescription
-string
Description of the projectpfp
-string
Profile picture of the project
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success updating TileDocument."
}