v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequences
Bulk change sequence owner
<small>Requires the sequences:write scope (or a broader one that includes it).</small>
Changes the owner of multiple sequences at once. Non-atomic — some may succeed while others fail.
post/v3/sequences/batch/owner
Request body
Response
Dictionary of failed items keyed by sequence ID. Empty object {} means all succeeded.
Per-item failures use the SequenceActionError enum. Common per-item slugs:
| Slug | Meaning |
|---|---|
| notFound | Sequence does not exist |
| forbidden | Caller lacks permission for this sequence |
| ownerLimitExceeded | Target user has reached their sequence ownership limit |
object required