Skip to main content

HTTP verbs

RESTful notes tries to adhere as closely as possible to standard HTTP and REST conventions in its use of HTTP verbs.

VerbUsage
GETUsed to retrieve a resource.
HEADUsed to check a resource.
POSTUsed to create a new resource.
PATCHUsed to update an existing resource, including partial updates.
DELETEUsed to delete an existing resource.