v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Account & 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

projectNamestring

The name of the new project to create.

targetLocaleIdsstring[]

The list of target locales the new project should be created for. Note, each target locale specified must valid within the source project you are copying, i.e. you can copy all or a subset of locales from the source project to the target project.

Example request

{
  "projectName": "New Android Project",
  "targetLocaleIds": [
    "ru-RU"
  ]
}

Response

OK