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

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

21 lines
401 B
JSON
Raw Normal View History

{
"additionalProperties": false,
"properties": {
"silenced_till": {
"type": "string",
"example": "2022-06-01T08:00:00.000Z"
},
"reason": {
"type": "string"
},
"message": {
"type": "string",
"description": "Will send an email with this message when present"
},
"post_action": {
"type": "string",
"example": "delete"
}
}
}