mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
repair structural problems with the openapi spec (#16710)
* repair structural problems with the openapi spec * additional tweaks to fix failing tests * un-mark is_categorized as required & restore method
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
},
|
||||
"associated_accounts": {
|
||||
"type": "array",
|
||||
"items": []
|
||||
"items": {}
|
||||
},
|
||||
"can_send_activation_email": {
|
||||
"type": "boolean"
|
||||
@@ -360,7 +360,7 @@
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
"items":
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -485,7 +485,6 @@
|
||||
"publish_read_state"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"external_ids": {
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user