4 ms·
POST (create) is for creating an unidentified entity; this one is clearly identified via /:id, so PUT is appropriate (update).
by avoidwork 12y ago
POST (create) is for creating an unidentified entity; this one is clearly identified via /:id, so PUT is appropriate (update).