Update the API doc to include margin in dimensions

This commit is contained in:
Alex Ling 2021-01-07 16:06:43 +00:00
parent 445ebdf357
commit 2618d8412b

View File

@ -152,6 +152,7 @@ struct APIRouter
Koa.object "dimensionResult", {
"success" => "boolean",
"dimensions" => "$dimensionAry?",
"margin" => "number",
"error" => "string?",
}