Skip to main content

Update Subscription Edition

PUT 

/api/subscription-editions/1

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

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

Successful response