Skip to main content
POST
/
entity
/
heal
heal an entity
curl --request POST \
  --url http://localhost:3917/entity/heal \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 25,
  "entity_id": 1
}
'
{
  "ok": true,
  "message": "<string>"
}

Body

application/json

Target entity id and heal amount.

The body is of type any.

Response

200 - application/json

Entity healed (clamped to max health).

ok
boolean
required
message
string | null