Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micropub: action=update not implemented #10

Open
cweiske opened this issue Sep 14, 2016 · 0 comments
Open

Micropub: action=update not implemented #10

cweiske opened this issue Sep 14, 2016 · 0 comments

Comments

@cweiske
Copy link

cweiske commented Sep 14, 2016

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

@mapkyca mapkyca transferred this issue from idno/known Aug 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant