METHOD

String Value Type

Property description

The difference between POST and PUT is that PUT requests are idempotent. That is, calling the same PUT request multiple times will always produce the same result. In contrast, calling a POST request repeatedly have the side effects of creating the same resource multiple times.

State

Setting up sending request.

Value types

POST, PUT

Availability

File Upload

Last updated