Integrations
HTTP Methods

HTTP methods

Mimir API uses standard HTTP methods to interact with endpoints. The following table lists the available HTTP methods and shows examples of endpoints these methods can be used with.

GETRetrieves a resource representation without modifying it.
POSTCreates a resource.
PUTUpdates a resource. If the resource does not exist yet, this method creates it.
PATCHMakes a partial update on a resource. Does not replace the entire resource.
DELETERemoves a resource.