DEV: Document anonymize user api endpoint (#13893)

Adding the anonymize user endpoint to the api docs.

See: https://meta.discourse.org/t/158704/7
This commit is contained in:
Blake Erickson
2021-07-29 17:40:41 -06:00
committed by GitHub
parent 200a75e4b6
commit 1c60be7658
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"additionalProperties": false,
"properties": {
"success": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"success",
"username"
]
}