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

@ -14,7 +14,7 @@
"description": "Expansions",
"schema": {
"type": "string",
"enum": ["access_list", "owner", "certificate"]
"enum": ["owner", "certificate"]
}
}
],
@ -40,7 +40,8 @@
"nginx_online": true,
"nginx_err": null
},
"enabled": true
"enabled": true,
"certificate_id": 0
}
]
}