Skip to main content

Update Subscription Edition

PUT 

/api/subscription-editions/:id

Updates an existing subscription edition. All fields are optional for partial updates.

Required scope: subscriptions:write

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

Authentication: Requires Bearer token.

Fields (all optional):

  • edition_name: Updated name (max 255 chars)
  • effective_date: Updated effective date
  • cutoff_date: Updated cutoff date (must be >= effective_date)
  • priority: Updated priority (integer, min 1)
  • allocated_quantity: Updated allocated quantity
  • product_id: Updated product ID
  • status: One of: draft, active, archived
  • notes: Updated notes

Request

Responses

OK

Response Headers
    Content-Type