latestOpenAPI 3.0.12026-08-082942150.5 KB

14cab8ac3bca

Pronunciation Validation

Clone project

Retrieves the project configuration, then creates a new project with the retrieved configuration.

Permission Required: Create Projects, Read Project Properties

post/v2.0/public/projects/PronunciationValidation/{projectId}/clone

Path parameters

projectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000

Project identifier.

Request body

projectNamestring nullable

If left as null, a name will be generated from the original plus a timestamp.

projectIdstring uuid

A ID by which new project will be identified.

Example request

{
  "projectId": "00000000-0000-0000-0000-000000000000"
}

Response

Project was successfully cloned.