mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
DEV: Fix api docs for default calendar (#14539)
Change the type for default_calendar to a string. The type specified for the default calendar in the api docs wasn't a valid type. The linting in the api docs repo reports: ``` `type` can be one of the following only: "object", "array", "string", "number", "integer", "boolean", "null". ``` This linting currently is only in the `discourse_api_docs` repo.
This commit is contained in:
parent
3d5ff23b16
commit
2fb9834821
|
@ -777,7 +777,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"default_calendar": {
|
||||
"type": "none_selected"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user