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:
Blake Erickson 2021-10-06 13:36:11 -06:00 committed by GitHub
parent 3d5ff23b16
commit 2fb9834821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -777,7 +777,7 @@
"type": "boolean"
},
"default_calendar": {
"type": "none_selected"
"type": "string"
}
},
"required": [