Skip to content

undocumented api changes or bug when accessing createAuthorIfNotExistsFor via POST #7127

@Loki-Afro

Description

@Loki-Afro

Describe the bug
using api version 1.2.14 the POST method variants of for example createAuthorIfNotExistsFor do not work anymore because they time out

Expected behavior
API in version 1.2.14 works the same as before, or document some breaking API changes

Server (please complete the following information):
containerized in version 2.5.0

  • Is the server free of plugins: yes

Additional context
the issue appears to be present in 2.4.2

although 1.2.14 is fairly old, i think it is still supported since
when running via podman

podman run --net=host -p 9001:9001 --rm docker.io/etherpad/etherpad:2.5.0
wget http://localhost:9001/api/1.2.14/openapi.json

You can still get the api definition, combined with https://docs.etherpad.org/api/http_api.html#openapi i assume this is supported

it definitely worked in 2.3.2.

You may also take a look here to see the necessary changes I had to do: https://github.com/hpi-schul-cloud/schulcloud-server/pull/5870/files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions