Skip to content

Commit

Permalink
Change history docs title. Make field list a list in sphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 29, 2017
1 parent ff50a0b commit 8bcef83
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Content history
===============
History
=======

The history and versioning information is exposed using the @history endpoint.
It lists the historical versions of the content.
Expand All @@ -19,15 +19,16 @@ Listing versions and history of a resource:
:language: http

This following fields are returned:
action: the workflow transition id, or 'Edited' for versioning.
actor: the user who performed the action. This contains a subobject with the details.
comments: a changenote
content_url: link to the content endpoint of this specific version.
may_revert: true if the user has permission to revert.
time: when this action occured in ISO format.
transition_title: the workflow transition's title, for 'Edited' for versioning.
type: 'workflow' for workflow changes, 'versioning' for editing, or null for content creation.
version_id: identifier for this specific version of the resource.

- action: the workflow transition id, or 'Edited' for versioning.
- actor: the user who performed the action. This contains a subobject with the details.
- comments: a changenote
- content_url: link to the content endpoint of this specific version.
- may_revert: true if the user has permission to revert.
- time: when this action occured in ISO format.
- transition_title: the workflow transition's title, for 'Edited' for versioning.
- type: 'workflow' for workflow changes, 'versioning' for editing, or null for content creation.
- version_id: identifier for this specific version of the resource.


PATCH revert historical versions
Expand Down

0 comments on commit 8bcef83

Please sign in to comment.