RevisionInfo
Leave feedback
RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input.
RevisionInfo example:
{
"id": 0,
"action": "None",
"text": "\rsssssssss",
"author": "GroupDpcs",
"type": "Insertion"
}
Name | Description |
---|---|
id | Id of revision (index) |
action | Action (Accept, Reject, None). This field shows what to do with this revision. |
type | Type of revision (Insertion, Deletion,, etc.) |
text | Revision text |
author | Revision author |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.