VESS
Search
⌃
K
VESS.id
Basics
Background
Why VESS?
VOXEL
How does it work
Roadmap
Terminology
Tutorials
Create your first VOXEL
Share your VOXELs
Search Other One's VOXELs
Dework Integration
Use Cases
for Personal
for DAO Managers
for Job Marketplace
VESS SDK
Overview
API Documentation
Auth
Get
Create
Update
updateTask()
updateOrganization()
updateEvent()
Advanced
Tech Architecture
Work Credential Data-Model
Visualization Protocol v0.1
Powered By
GitBook
updateOrganization()
How to use?
import
{
getVESS
}
from
"vess-sdk"
const
vess
=
getVESS
()
await
vess
.
connect
(
provider
)
await
vess
.
updateOrganization
(
content
)
Parameters
content: OrganizationWIthId
Returns
Promise<
BaseResponse
>
Previous
updateTask()
Next
updateEvent()
Last modified
6mo ago