add personal apis

This commit is contained in:
ljw
2024-09-24 14:43:27 +08:00
parent a161e3ba10
commit c485035e74
21 changed files with 1099 additions and 168 deletions

View File

@@ -2266,7 +2266,7 @@ const docTemplateadmin = `{
"alias": {
"type": "string"
},
"force_always_relay": {
"forceAlwaysRelay": {
"type": "boolean"
},
"hash": {
@@ -2434,8 +2434,7 @@ const docTemplateadmin = `{
"type": "object",
"required": [
"color",
"name",
"user_id"
"name"
],
"properties": {
"color": {

View File

@@ -2259,7 +2259,7 @@
"alias": {
"type": "string"
},
"force_always_relay": {
"forceAlwaysRelay": {
"type": "boolean"
},
"hash": {
@@ -2427,8 +2427,7 @@
"type": "object",
"required": [
"color",
"name",
"user_id"
"name"
],
"properties": {
"color": {

View File

@@ -16,7 +16,7 @@ definitions:
properties:
alias:
type: string
force_always_relay:
forceAlwaysRelay:
type: boolean
hash:
type: string
@@ -141,7 +141,6 @@ definitions:
required:
- color
- name
- user_id
type: object
admin.UserForm:
properties: