Skip to content

Instantly share code, notes, and snippets.

@barryf
Created May 6, 2016 08:47
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 barryf/349475a28b6d157d564dd5ba4e533671 to your computer and use it in GitHub Desktop.
Save barryf/349475a28b6d157d564dd5ba4e533671 to your computer and use it in GitHub Desktop.
Multiple Micropub updates in one request
{
"mp-action": "update",
"url": "http://example.com/post/1",
"replace": {
"content": ["hello moon"],
"name": ["about the moon"]
},
"add": {
"syndication": ["https://archive.org/"],
"category": ["micropub"]
},
"delete": {
"category": ["indieweb"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment