Skip to content

Duplicate Entry

POST
/entry/{entryId}/duplicate

Creates a copy of an existing entry configuration with all settings preserved. The new entry will have a similar name but be treated as a separate entity.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

entryId*

The unique identifier of the entry to duplicate

Type
string
Required

Responses

Entry successfully duplicated

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License