Skip to main content
POST
/
v1
/
projects
/
{id}
/
duplicate
Duplicate Project
curl --request POST \
  --url https://api.oviond.com/v1/projects/{id}/duplicate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Q1 Report (Copy)"
}
'
{
  "success": true,
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
required
Minimum string length: 1
Example:

"Q1 Report (Copy)"

Response

Duplicate project created

success
enum<boolean>
required
Available options:
true
data
object
required