diff --git a/reference/SpaceTraders.json b/reference/SpaceTraders.json index 5ca950a..5204b5c 100644 --- a/reference/SpaceTraders.json +++ b/reference/SpaceTraders.json @@ -3133,7 +3133,7 @@ "units": { "type": "integer", "description": "The amount of fuel to fill in the ship's tanks. When not specified, the ship will be refueled to its maximum fuel capacity. If the amount specified is greater than the ship's remaining capacity, the ship will only be refueled to its maximum fuel capacity. The amount specified is not in market units but in ship fuel units.", - "example": "100", + "example": 100, "minimum": 1 }, "fromCargo": { @@ -3966,4 +3966,4 @@ "parameters": [] } } - } \ No newline at end of file + }