You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is a problem since version 0.12.x in the history API: creating a link does not generate a "CREATED" event and deleting a link does not generate a "DELETED" event.
To reproduce the error :
Create a link from the web interface
Test the API history: expected return "event: "CREATED", received return "event": "UPDATED"
Modify the previously created link
Test the API history: expected return "event: "UPDATED", received return "event": "UPDATED"
Delete the link
Test API history: expected return "event": "DELETED" unfortunately no "event" is added after this deletion.
Thanks
The text was updated successfully, but these errors were encountered:
gitvnt
changed the title
API History "event": "DELETED" Issue
API History "event": "CREATED" and "DELETED" Issue
May 3, 2023
Hello all,
It looks like there is a problem since version 0.12.x in the history API: creating a link does not generate a "CREATED" event and deleting a link does not generate a "DELETED" event.
To reproduce the error :
Thanks
The text was updated successfully, but these errors were encountered: