removedInput schema / properties / page_number / description
Removed value: -"Page number to retrieve (1-based, default 1)."
removedInput schema / properties / page_size / description
Removed value: -"Number of parts per page (1-100, default 100)."
removedOutput schema / properties / has_more / description
Removed value: -"True if more pages follow."
changedOutput schema / properties / items / items / description
Previous value: -"A single part (heading or work item) within a Polarion document.\n\nField population varies by ``type``:\n\n* ``heading`` — text in ``title``, depth in ``level``, ``work_item_*``\n fields point at the heading work item.\n* ``workitem`` — body in ``description`` (Markdown), metadata on\n ``work_item_*``, ``content`` empty.\n* ``normal`` / ``wikiblock`` — body in ``content`` (Markdown).\n* ``toc`` / ``tof`` / ``page_break`` — widget placeholders, all body\n fields empty. ``tof`` and ``page_break`` are inferred from the part\n ID prefix because Polarion reports both as plain ``normal``.\n\nUse ``id`` as ``previous_part_id`` / ``next_part_id`` when calling\n``move_work_item_to_document``. ``work_item_id`` plugs straight into\n``get_work_item`` / ``list_work_item_links``."New value: +"A single part (heading or work item) within a Polarion document."
removedOutput schema / properties / items / items / properties / content / description
Removed value: -"Part body in Markdown; empty unless body lives here."
removedOutput schema / properties / items / items / properties / description / description
Removed value: -"Linked work item body as Markdown; only set on 'workitem' parts."
removedOutput schema / properties / items / items / properties / external / description
Removed value: -"True when the part is re-used from another project (read-only)."
removedOutput schema / properties / items / items / properties / id / description
Removed value: -"Short part identifier (e.g. 'workitem_MCPT-042')."
removedOutput schema / properties / items / items / properties / level / description
Removed value: -"Heading level (1-4) for heading parts; 0 otherwise."
removedOutput schema / properties / items / items / properties / next_part_id / description
Removed value: -"Short ID of the next part; empty on the last part."
removedOutput schema / properties / items / items / properties / outline_number / description
Removed value: -"Hierarchical position (e.g. '1.2.3'); empty for prose / widgets."
removedOutput schema / properties / items / items / properties / title / description
Removed value: -"Part title or heading text."
removedOutput schema / properties / items / items / properties / type / description
Removed value: -"Part type; see class docstring for body-field mapping."
removedOutput schema / properties / items / items / properties / work_item_id / description
Removed value: -"Linked Work Item ID; empty unless 'workitem' / 'heading'."
removedOutput schema / properties / items / items / properties / work_item_status / description
Removed value: -"Linked work item status; empty unless 'workitem' / 'heading'."
removedOutput schema / properties / items / items / properties / work_item_type / description
Removed value: -"Linked work item type; empty unless 'workitem' / 'heading'."