Skip to content

Unable to edit event details via PUT-REQUEST #178

Description

@mediaarchitekt

After there is no documentation available, and I can’t get any further even after extensive testing, I need to clarify this issue once more.

I am unable to change entries with PUT requests, neither titles nor meta-fields. Even though the response states:

{
                    "allow": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ]
}

Additionally, I receive a response with status 200 as if everything is okay, but the event_listing was not modified and is returned unchanged. Instead, an empty new event is created in the database.

The problem was mentioned before (#42 (comment)) and I asked for better explanation last week already. But without responses I issue this here again.

Regarding the statement: ‘We don’t have this functionality.’ Is this referring to URL queries or generally PUT requests? PUT requests with data in the body are also not processed correctly. The access type of the key is set to read/write.

Is this a bug or a problem because of missing any documentation? Please help.

Metadata

Metadata

Labels

Issue ResolvedResolved the issue by developer

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions