post https://api.gigasheet.com/cast-column//
This endpoint returns a Json response acknowledging if the request to change data type was successful.
Log in to see full request history
Responses
This endpoint returns a Json response acknowledging if the request to change data type was successful.
xxxxxxxxxx
10curl --request POST \
--url https://api.gigasheet.com/cast-column/handle/column \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"cast_format": "ipv4",
"cast_type": "ip_address"
}
'
Try It!
to start a request and see the response here!