v1

latestOpenAPI 3.0.12026-07-178411.9 KB
Articles

Update an existing article, this will fork the article if you do not own it. However, If you do own it, an article with a new version umber will return

patch/articles/{articleId}/{articleVersion}

Request body

datastring

Request body data, updates the article

Response

Update Complete, you'll receive a new article

idstring
datastring
ownerstring
versionnumber

Example response

{
  "id": "ab923c",
  "data": "#hello world",
  "owner": "foo|barid020340",
  "version": 43,
  "grants": [
    {
      "identifier": "foo|bar or abhishek@example.org or @example.org"
    }
  ]
}