post https://api.gigasheet.com/file//copy
This endpoint returns a Json response acknowledging if the request to copy a file was successful.
Log in to see full request history
Responses
This endpoint returns a Json response acknowledging if the request to copy a file was successful.
xxxxxxxxxx
curl --request POST \
--url https://api.gigasheet.com/file/handle/copy \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!