mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 17:40:33 +08:00
Adding the anonymize user endpoint to the api docs. See: https://meta.discourse.org/t/158704/7
15 lines
204 B
JSON
15 lines
204 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"success": {
|
|
"type": "string"
|
|
},
|
|
"username": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"success",
|
|
"username"
|
|
]
|
|
}
|