Versions Compared

Key

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

...

To access this interface, you must additionally supply your Basic Auth details with each request in the Authorization header. Your Basic Auth details can be found under Settings > Clients.

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.

...