GoBlog icon indicating copy to clipboard operation
GoBlog copied to clipboard

Updating specific post parameters with h-update

Open kandr3s opened this issue 3 years ago • 2 comments

When sending a Micropub h-update request if the whole post body is modified the changes are applied, but when trying to update an specific post parameter (like syndication) instead of the whole post body the request gets processed without any errors but the changes are not applied.

The results are the same when using a Micropub client like Micropublish or sending a POST request.

kandr3s avatar Sep 21 '22 16:09 kandr3s

Which editor do you use?

jlelse avatar Sep 22 '22 14:09 jlelse

Not sure if by "editor" you mean Micropub client, but I tried updating the syndication parameter using Micropublish and sending an HTTP Post like is explained here. When manually updating the parameter in GoBlog's Editor or updating the whole post body with FrontMatter included on Micropublish it works.

kandr3s avatar Sep 22 '22 15:09 kandr3s