mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
* document user endpoints, allow for empty request/response bodies * document more user endpoints, improve debugging output if no details are specified * document some more user endpoints * minor cleanup * FIX: flakey tests due to bad regex
22 lines
301 B
JSON
22 lines
301 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"upload_id": {
|
|
"type": "integer"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"uploaded",
|
|
"custom",
|
|
"gravatar",
|
|
"system"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"upload_id",
|
|
"type"
|
|
]
|
|
}
|