Fix api schema after merging latest changes

This commit is contained in:
Jamie Curnow
2025-02-04 17:53:59 +10:00
parent 2657af97cf
commit 68a7803513
6 changed files with 40 additions and 71 deletions

View File

@ -32,6 +32,9 @@
"udp_forwarding": {
"$ref": "../../../components/stream-object.json#/properties/udp_forwarding"
},
"certificate_id": {
"$ref": "../../../components/stream-object.json#/properties/certificate_id"
},
"meta": {
"$ref": "../../../components/stream-object.json#/properties/meta"
}
@ -73,7 +76,8 @@
"nickname": "Admin",
"avatar": "",
"roles": ["admin"]
}
},
"certificate_id": 0
}
}
},