Path Parameters
Body
application/json
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/fileNamingSettings \
--header 'Content-Type: application/json' \
--data '{
"renameCompleted": true,
"completedFilePattern": "<string>",
"targetFolderPath": "<string>"
}'
{
"renameCompleted": true,
"completedFilePattern": "<string>",
"targetFolderPath": "<string>"
}
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/fileNamingSettings \
--header 'Content-Type: application/json' \
--data '{
"renameCompleted": true,
"completedFilePattern": "<string>",
"targetFolderPath": "<string>"
}'
{
"renameCompleted": true,
"completedFilePattern": "<string>",
"targetFolderPath": "<string>"
}
Was this page helpful?