{ "operationId": "usersUpdate", "path": "/users.update", "method": "POST", "summary": "Update a user", "tags": [ "Users" ], "requestSchema": { "type": "object", "properties": { "name": { "type": "string" }, "language": { "type": "string", "format": "BCP47" }, "avatarUrl": { "type": "string", "format": "uri" } } } }