mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
1c60be7658
Adding the anonymize user endpoint to the api docs. See: https://meta.discourse.org/t/158704/7
16 lines
204 B
JSON
16 lines
204 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"success": {
|
|
"type": "string"
|
|
},
|
|
"username": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"success",
|
|
"username"
|
|
]
|
|
}
|