POST
get_spawnable_data/spawnable/get_spawnable_dataRequest Body
| Field | Type | Description |
|---|---|---|
spawnable_name | string | Spawnable entry name from config |
Response200 OK
| Field | Type | Description |
|---|---|---|
success | bool | Whether the call succeeded |
msg | string | Status or error message |
data | object | Payload; shape depends on the endpoint |
Request bodyJSON
{
"spawnable_name": "x"
}Response200 OK
{
"success": true,
"msg": "ok",
"data": {}
}