Skip to content

Micropub: "slug" property ignored #9

@cweiske

Description

@cweiske

While trying to do this:

Create a note with a defined URL slug (path) via Micropub

$ curl -X POST -H 'Content-Type: application/x-www-form-urlencoded'\
    -H 'Authorization: Bearer abc'\
    -d 'h=entry' -d 'content=this is a slugtest!' -d 'slug=slugtest'\
    'http://known.bogo/micropub/endpoint'
Post created at server
http://known.bogo/2016/this-is-a-slugtest

I encountered this error:

Slug is ignored and known creates the path itself from the content

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