v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
data

Change column data type

This endpoint returns a Json response acknowledging if the request to change data type was successful.

post/cast-column/{handle}/{column}

Path parameters

handlestring required

Handle of sheet with column to change data type from one to another

columnstring required

Column ID for column with data type to covert too

Request body

cast_format'ipv4' | 'ipv6' | 'integer' | 'decimal' | 'email_address' | 'zip_code' required
cast_type'ip_address' | 'plain_text' | 'number' | 'date' required

Response

OK

{"stackTrail":"paths:/cast-column/{handle}/{column}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}