Overview[1]#
HTTP PUT is a HTTP Method which requests that the enclosed entity be stored under the supplied URI.If the URI refers to an already existing resource, it is modified.
If the URI does not point to an existing resource, then the server can create the resource with that URI.
The difference between HTTP PUT and HTTP POST is that HTTP PUT is Idempotent where successive identical HTTP POST may have additional effects, like passing an order several times.
More Information#
There might be more information for this subject on one of the following:- Accept header
- Content-Type
- Create Read Update Delete
- Functional Programming
- HTTP 200
- HTTP 201
- HTTP Method
- OAuth 2.0 Client Registration
- OAuth 2.0 Dynamic Client Registration Management Protocol
- OpenID Connect Dynamic Client Registration
- Representational State Transfer
- Resource Action
- SCIM
- SCIM Bulk Request
- SCIM Replace Request
- SCIM Resource Operations
- [#1] - Request methods
- based on information obtained 2016-05-21-
- [#2] - POST
- based on information obtained 2020-04-19