Authorization: Bearer ********************
X-Altan-Key: ********************
{
"updates": [
{
"pattern": "string",
"replacement": "string",
"multiple": true
}
],
"file_patterns": [
"string"
]
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//files/update-pattern' \
--header 'Content-Type: application/json' \
--data-raw '{
"updates": [
{
"pattern": "string",
"replacement": "string",
"multiple": true
}
],
"file_patterns": [
"string"
]
}'
null