Skip to main content

Copy Subscription Edition

POST 

/api/subscription-editions/:id/copy

Creates a new draft edition by copying an existing one with a new name and effective date.

Required scope: subscriptions:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Fields:

  • edition_name (required): Name for the new copy (max 255 chars)
  • effective_date (required): Effective date for the copy (YYYY-MM-DD)

Request

Responses

Created

Response Headers
    Content-Type