Skip to main content

Super Publication Test

HTTP Verbs

We are trying to use HTTP verbs as appropriately as possible. Hence, we support :

GET

Retrieves the resource.

POST

Used to create resources (as long as their future location is determined by the server).

PUT

Used for replacing objects or collections.

DELETE

Used to delete resources (items or collections).

PATCH

Used to update parts of an object. In contrast to PUT it will only change the passed fields.