Should PUT /containers/{containerId}/foods/{foodId} endpoint has creaedAt prop?
When a resource is updated, all props including unchanged ones should be sent to a endpoint.
Why are you asking?
CreatedAt prop is immutable, so I hesitate to make it look mutable.
Your Question
Should PUT
/containers/{containerId}/foods/{foodId}
endpoint hascreaedAt
prop? When a resource is updated, all props including unchanged ones should be sent to a endpoint.Why are you asking?
CreatedAt prop is immutable, so I hesitate to make it look mutable.
Additional Information
Any other internal context or references.