Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 759 Bytes

File metadata and controls

51 lines (28 loc) · 759 Bytes
title Model index
summary API endpoints for Model index.

Model index

API endpoints for Model index.

DELETE /api/model-index/:id

Delete ModelIndex.

PARAMS:

  • id value must be an integer greater than zero.

GET /api/model-index/

Retrieve list of ModelIndex.

PARAMS:

  • model_id value must be an integer greater than zero.

GET /api/model-index/:id

Retrieve ModelIndex.

PARAMS:

  • id value must be an integer greater than zero.

POST /api/model-index/

Create ModelIndex.

PARAMS:

  • model_id value must be an integer greater than zero.

  • pk_ref anything.

  • value_ref anything.

  • _model-index


<< Back to API index