{ "endpoint": "/admin/emoji/list-remote", "method": "POST", "operationId": "post___admin___emoji___list-remote", "summary": "admin/emoji/list-remote", "description": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:admin:emoji*", "requestBody": { "contentType": "application/json", "example": {}, "schema": { "type": "object", "properties": { "query": { "type": [ "string", "null" ], "default": null }, "host": { "type": [ "string", "null" ], "default": null, "description": "Use `null` to represent the local host." }, "limit": { "type": "integer", "minimum": 1, "maximum": 100, "default": 10 }, "sinceId": { "type": "string", "format": "misskey:id" }, "untilId": { "type": "string", "format": "misskey:id" } } } }, "responseExample": { "status": "400", "contentType": "application/json", "example": {} } }