SNIA / CDMI-spec

Specification issues and source files
Other
3 stars 1 forks source link

CDMI 2.0 Spec - Replace PUT with PATCH for updates #227

Closed dslik closed 4 years ago

dslik commented 4 years ago

The HTTP PATCH verb should be used when the operation does not completely replace the entity (or a byte range of the entity)

Changes ready for review.

dslik commented 4 years ago

We need to check to make sure that we're clear about what happens if you send a PATCH against an entity that does not exist. Is our existing 404 good enough?

dslik commented 4 years ago

Fixed.