RecordsWrite
with no data should return a 204 status code.
#695
Labels
good first issue
Good for newcomers
RecordsWrite
with no data should return a 204 status code.
#695
Currently when you write a
RecordsWrite
without any data, we assume that this is aninitial write
and the record will not be returned in a query.When debugging issues, it could be difficult to discern between something that was accepted as a queryable write and something that was accepted as an initial state.
In discussing with @csuwildcat we decided a
204 - No Content
response to writing a record with no data would be most suitable for signaling this.https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/204
The text was updated successfully, but these errors were encountered: