discourse/spec/requests/api/schemas/json/user_update_avatar_request....

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
301 B
JSON
Raw Normal View History

{
"additionalProperties": false,
"properties": {
"upload_id": {
"type": "integer"
},
"type": {
"type": "string",
"enum": [
"uploaded",
"custom",
"gravatar",
"system"
]
}
},
"required": [
"upload_id",
"type"
]
}