pub async fn audit_inline_comments(
api: &ConfluenceApi,
page_id: &str,
) -> Result<Vec<CommentDrift>>Expand description
Audits every inline comment on page_id for anchor drift.
Read-only. Fetches the current ADF and the inline comments (which carry the
durable inlineMarkerRef / inlineOriginalSelection properties), then for
each comment compares the currently-annotated text against the original
highlight. Comments with no marker reference are skipped.