Skip to main content
POST
Duplicate Context

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

id
string
required

Body

application/json
id
string<uuid>
required

ID of the existing Context to duplicate.

name
string
required

Name for the new (duplicated) Context.

Minimum string length: 1
userId
string<uuid>
required

ID of the user that will receive the duplicated Context. Can differ from the source Context's user — in that case the copy is created in that user's account.

Response

status
enum<string>
required

Response status

Available options:
success
data
object
required
message
string
required

Success message

Example:

"Operation completed successfully"