Skip to content

Micropub: action=update not implemented #10

@cweiske

Description

@cweiske

While trying to do this:

Add another category to an existing note via micropub

$ curl -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer abc' --data '{"action":"update","url":"http:\/\/known.bogo\/2016\/this-is-a-slugtest","add":{"category":["foo","bar"]},"replace":{"slug":["differentslug"]}}' 'http://known.bogo/micropub/endpoint'
HTTP/1.1 500 Internal Server Error
...
Couldn't create note

I encountered this error:

HTTP/1.1 500
Couldn't create note

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions