mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 12:02:14 +00:00
23 lines
615 B
Markdown
23 lines
615 B
Markdown
# ReadyQueueStateResponse
|
|
|
|
!!! info
|
|
This page was generated by extracting information from a JSON Schema
|
|
data file for the API. It may be missing some information, or otherwise
|
|
suggest approximate or placeholder values based on information in the
|
|
schema file; this is due to limitations on how that data is extracted
|
|
from the underlying Rust code and into the JSON Schema, and then again
|
|
from there and into these docs.
|
|
|
|
|
|
This is an object value, with the following properties:
|
|
|
|
|
|
* `states_by_ready_queue` - required `object`.
|
|
|
|
### Examples
|
|
```json
|
|
{
|
|
"states_by_ready_queue": {}
|
|
}
|
|
```
|