v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBAccount & Projects
Copy an existing project
Make a copy of an existing project, thereby creating a new one with a new name
post/projects-api/v2/projects/{projectId}/copy
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
Request body
Example request
{
"projectName": "New Android Project",
"targetLocaleIds": [
"ru-RU"
]
}Response
OK