Fix ownership endpoints

This commit is contained in:
Richard Lee
2026-04-06 18:23:49 -07:00
parent f7375b254c
commit dc365377cf
45 changed files with 1550 additions and 88 deletions

View File

@@ -42,6 +42,14 @@
"unknown"
],
"type": "string"
},
"WorkspaceRole": {
"enum": [
"account-owner",
"account-admin",
"standard-user"
],
"type": "string"
}
},
"properties": {
@@ -70,6 +78,16 @@
"type": "null"
}
]
},
"workspaceRole": {
"anyOf": [
{
"$ref": "#/definitions/WorkspaceRole"
},
{
"type": "null"
}
]
}
},
"title": "AccountUpdatedNotification",