discourse/spec/requests/api/schemas/json/post_update_request.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
314 B
JSON
Raw Normal View History

{
"additionalProperties": false,
"properties": {
"post": {
"type": "object",
"additionalProperties": false,
"properties": {
"raw": {
"type": "string"
},
"edit_reason": {
"type": "string"
}
},
"required": ["raw"]
}
}
}