System
Generally important.
Auth
Authenticating when connecting to the WS
Refresh
{
"app": "system",
"ctx": {
"op": {
"elem": "auth",
"cmd": {
"name": "refresh",
"params": {
"token": "put your token here"
}
}
}
},
"extra": null
}
Memo Editor
The coolest modeling tool on the planet (objectively).
Memo
The one and only
Join
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "memo",
"cmd": {
"name": "join",
"params": {
"id": "memo_id"
}
}
}
},
"extra": null
}
Leave
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "memo",
"cmd": {
"name": "leave"
}
}
},
"extra": null
}
Method
The foundational memo modeling element
Create Method
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "method",
"cmd": {
"name": "create"
}
}
},
"extra": null
}
Update Method
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "method",
"cmd": {
"name": "update",
"params": {
"id": "method_id",
"body": {}
}
}
}
},
"extra": null
}
Diagram
Used to partition a larger memo.
Create Diagram
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "diagram",
"cmd": {
"name": "create"
}
}
},
"extra": null
}
Update Method
{
"app": "memo_editor",
"ctx": {
"edition": "core",
"op": {
"elem": "diagram",
"cmd": {
"name": "update",
"params": {
"id": "diagram_id",
"body": {}
}
}
}
},
"extra": null
}
Keycloak Auth
Token: none
Last Response
waiting...