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 comments per page (1-100, default 100)."
changedInput schema / properties / space_id / description
Previous value: -"Space ID that contains the document (use '_default' for the default space)."New value: +"Space ID containing the document (e.g. '_default')."
removedOutput schema / properties / has_more / description
Removed value: -"True if more pages follow."
changedOutput schema / properties / items / items / description
Previous value: -"A single document comment returned by ``list_document_comments``.\n\nComments form a tree: top-level comments have ``parent_comment_id=None``\nand replies link back via ``parent_comment_id`` while exposing their own\nreplies through ``child_comment_ids``. The list endpoint returns a flat\npage; rebuild the thread on the client side. ``text`` is returned\nverbatim with ``text_format`` indicating whether it is HTML or plain\ntext -- HTML is NOT sanitized, so it round-trips losslessly."New value: +"A single document comment returned by ``list_document_comments``."
removedOutput schema / properties / items / items / properties / author_id / description
Removed value: -"User ID of the author; None when unknown."
removedOutput schema / properties / items / items / properties / child_comment_ids / description
Removed value: -"Direct reply comment IDs in declaration order."
removedOutput schema / properties / items / items / properties / created / description
Removed value: -"ISO-8601 creation timestamp."
removedOutput schema / properties / items / items / properties / id / description
Removed value: -"Comment ID (e.g. 'MyCommentId')."
removedOutput schema / properties / items / items / properties / parent_comment_id / description
Removed value: -"Parent comment ID for replies; None on top-level."
removedOutput schema / properties / items / items / properties / resolved / description
Removed value: -"True when the comment is marked resolved."
removedOutput schema / properties / items / items / properties / text / description
Removed value: -"Comment body verbatim."
removedOutput schema / properties / items / items / properties / text_format / description
Removed value: -"MIME type of ``text`` as reported by Polarion."