Skip to content

Commit aed441e

Browse files
JohnMcLearclaude
andcommitted
docs(api): note that listAuthorsOfPad omits the system author
Match the runtime behaviour from the previous commit — the synthetic 'a.etherpad-system' author used for unattributed inserts is filtered out of the listAuthorsOfPad response. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e37ed8 commit aed441e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/api/http_api.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,8 @@ _Example returns:_
654654

655655
returns an array of authors who contributed to this pad
656656

657+
The synthetic `a.etherpad-system` author (used internally when content is inserted without an explicit `authorId` — HTTP API `setText`/`appendText`/`setHTML` calls without `authorId`, server-side imports, plugins like `ep_post_data`) is omitted from the returned list.
658+
657659
_Example returns:_
658660

659661
* `{code: 0, message:"ok", data: {authorIDs : ["a.s8oes9dhwrvt0zif", "a.akf8finncvomlqva"]}`

doc/api/http_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ return true of false
698698

699699
returns an array of authors who contributed to this pad
700700

701+
The synthetic `a.etherpad-system` author (used internally when content is inserted without an explicit `authorId` — HTTP API `setText`/`appendText`/`setHTML` calls without `authorId`, server-side imports, plugins like `ep_post_data`) is omitted from the returned list.
702+
701703
*Example returns:*
702704
* `{code: 0, message:"ok", data: {authorIDs : ["a.s8oes9dhwrvt0zif", "a.akf8finncvomlqva"]}`
703705
* `{code: 1, message:"padID does not exist", data: null}`

0 commit comments

Comments
 (0)