mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
15
spec/requests/api/schemas/json/user_anonymize_response.json
Normal file
15
spec/requests/api/schemas/json/user_anonymize_response.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "string"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"success",
|
||||
"username"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user