Skip to content

Instantly share code, notes, and snippets.

@manton
Created September 8, 2020 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manton/93d3a09395f560e906592e742dbe103b to your computer and use it in GitHub Desktop.
Save manton/93d3a09395f560e906592e742dbe103b to your computer and use it in GitHub Desktop.
micropub_updating.txt
POST /micropub
Authorization: Bearer 123456789
Content-Type: application/json
{
"action": "update",
"url": "https://www.manton.org/2020/…",
"replace": {
"content": [ "Hello again. Updated text here." ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment