mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:26:23 +08:00
7a223331d1
- Show "suspended by" user - Add specs for silence user
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|