diff --git a/sections/comments.md b/sections/comments.md index ea27392..3325c29 100644 --- a/sections/comments.md +++ b/sections/comments.md @@ -15,6 +15,7 @@ German: "Notizen" The representation contains, among the standard fields, also: - user (creator) +- impersonating_user (only present when the comment was created while impersonating another user) ```json { @@ -28,6 +29,11 @@ The representation contains, among the standard fields, also: "firstname": "Tobias", "lastname": "Miesel" }, + "impersonating_user": { + "id": 789, + "firstname": "Erika", + "lastname": "Mustermann" + }, "created_at": "2018-10-17T09:33:46Z", "updated_at": "2018-10-17T09:33:46Z" }