Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method

Description

GET /count

Gets a count of the models.

GET /

Gets a subset of the models.

POST /

Creates a model.

GET /:id

Gets a single model.

PUT /:id

Creates or overwrites a model.

POST /:id

Creates or overwrites a model.

PATCH /:id

Patches a model.

DELETE /:id

Deletes a model.

MODELS

The table below lists the models supported by this interface, you can view the model schemas by clicking the model names.

...