Copy an existing layout. This endpoint lets you duplicate a layout for reuse.

POST /api/v1/layouts/{id}/copy

Sample request:

POST /layouts/{layoutId}/copy

Path parameters

  • id string(uuid) Required

    The ID of the layout to copy.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
POST /api/v1/layouts/{id}/copy
curl \
 --request POST 'https://api.lwolf.com/authentisign/api/v1/layouts/{id}/copy'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}