Skip to main content

HTTPSRequestMethods

HTTPSRequestMethods lists the HTTP methods for API requests.

NameDescription
POSTHTTP POST method, used to send data to the server.
PUTHTTP PUT method, used to replace all current representations of the target resource with the uploaded content.
PATCHHTTP PATCH method, used to apply partial modifications to a resource.
DELETEHTTP DELETE method, used to delete a resource.