v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Projects

Duplicate project

Create a new editable copy of a project as an independent main project. Copies metadata, data files (including indicator CSV in the project folder), variables, variable groups, external resources, thumbnail, and indicator DSD binding (without DuckDB publish state). Does not copy version history, collaborators, collections, tags, or published DuckDB timeseries data. The new project receives a generated UUID idno and a title with the suffix " (copy)".

post/editor/duplicate/{id}

Path parameters

idstring required

Source project ID or IDNO

Response

Project duplicated successfully

statusstring

Example response

{
  "status": "success"
}