Re: [Specifications] CreateAction with HTTP PUT

Please keep in mind that POST != create. [From the spec](https://tools.ietf.org/html/rfc7231#section-4.3.3)

   The POST method requests that the target resource process the
   representation enclosed in the request according to the resource's
   own specific semantics.

If your snippet above describes a specific API, that's fine. If it describes the client's behavior, it is not as it simply can't infer the server's behavior (semantics) by just looking at the HTTP methods.

-- 
GitHub Notification of comment by lanthaler
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/141#issuecomment-335001517 using your GitHub account

Received on Sunday, 8 October 2017 11:54:59 UTC