Summary
Make Data
Description
Make Data
Route
POST /tools/makeData
Roles
admin
engineering
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
input | string | yes | The input to be converted into a data type (wrap variables with <!!>) |
outputType | enum | yes | Allowed values are: [ boolean, json, number, string ] - The type of output |
variables | object | no | A key value object to be used in variable definition |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
output | * | Output |