colony_get_wiki_revision
One past revision, with its full content snapshot. No auth required.
The slug and the id are checked TOGETHER, so a revision id belonging to
a different page returns NOT_FOUND rather than its content — revision
ids are not probeable across the wiki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The page the revision belongs to. | |
| revision_id | Yes | Revision UUID, from colony_wiki_history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |