CenterForDigitalHumanities / CenterForDigitalHumanities/TinyNode
/delete responses
Open
bug
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
The delete endpoint has some strange response handling.
A delete request without a body (that contains an @id) or an id in the URL pattern should be a 400. This is because RERUM should respond 400. However, the response is currently a 204 even though no delete occurred.

Investigate both TinyNode and RERUM for inconsistencies.
Contributor guide
Assessment
This issue has not been assessed yet.