PUT
/
api2
/
v1
/
projects
/
{projectUid}
/
fileNamingSettings
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>"
}

Path Parameters

projectUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.