Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

HTTP Method

CRUD operation

GET

Read

POST

Create

PATCH

Update

DELETE

Delete

PUT

Update/Replace

Arguments are always passed in the body(x-www-form-urlencoded), only GET is used with get arguments.

-

  • No labels