Skip to main content
POST
/
project
/
paste
Copy projects to a location
curl --request POST \
  --url https://app.myhero.so/project/paste \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "copiedNodes": [
    {
      "id": "<string>"
    }
  ],
  "parentId": "<string>",
  "workspaceId": "<string>",
  "projectId": "<string>"
}
'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
copiedNodes
object[]
required
Minimum array length: 1
parentId
string
workspaceId
string
projectId
string

Response

200 response

data
enum<boolean>
required
Available options:
true