Skip to main content

Summary

Merge two adjacent list sequences into one.
  • Operation ID: lists.join
  • API member path: editor.doc.lists.join(...)
  • Mutates document: yes
  • Idempotency: conditional
  • Supports tracked mode: no
  • Supports dry run: yes
  • Deterministic target resolution: yes

Expected result

Returns a ListsJoinResult with the resulting listId of the merged sequence.

Input fields

Example request

Output fields

Variant 1 (success=true)

Variant 2 (success=false)

Example response

Pre-apply throws

  • TARGET_NOT_FOUND
  • CAPABILITY_UNAVAILABLE
  • INVALID_TARGET

Non-applied failure codes

  • INVALID_TARGET
  • NO_ADJACENT_SEQUENCE
  • INCOMPATIBLE_DEFINITIONS
  • ALREADY_SAME_SEQUENCE

Raw schemas