Authorization: Bearer ********************
X-Altan-Key: ********************
{
"file_name": "string",
"code_edit": "string",
"instructions": "string"
}
curl --location --request PATCH 'https://api.altan.ai/interfaces/dev//files/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_name": "string",
"code_edit": "string",
"instructions": "string"
}'
null