mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
67e185b33e
* 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
16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"gravatar_upload_id": {
|
|
"type": ["integer", "null"]
|
|
},
|
|
"gravatar_avatar_template": {
|
|
"type": ["string", "null"]
|
|
}
|
|
},
|
|
"required": [
|
|
"gravatar_upload_id",
|
|
"gravatar_avatar_template"
|
|
]
|
|
}
|