---
title: "POST /api/v1/dump/load-fixture/"
method: POST
path: "/api/v1/dump/load-fixture/"
tags: ["dump", "v1"]
---

# POST /api/v1/dump/load-fixture/

`POST /api/v1/dump/load-fixture/`

Install model fixtures

## Request body

- LoadFixture
  - `fixture` string, required
  - `mode` 'default' | 'shift' | 'partial' | 'soft'
  - `encoding` string

## Response `200`

- object[]

## Other responses

- `400`

## Changes

- **2021-05-24** `8167164be9cc` — 4 breaking, 18 info
  - request property `mode` was restricted to a list of enum values (media type: application/json)
  - request property `mode` was restricted to a list of enum values (media type: application/x-www-form-urlencoded)
  - request property `mode` was restricted to a list of enum values (media type: multipart/form-data)
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - …18 more
- **2020-12-11** `0957c4a7ae3d` — 13 breaking, 3 warning, 6 info
  - removed the enum value `default` of the request property `mode` (media type: application/json)
  - removed the enum value `default` of the request property `mode` (media type: application/x-www-form-urlencoded)
  - removed the enum value `default` of the request property `mode` (media type: multipart/form-data)
  - removed the enum value `partial` of the request property `mode` (media type: application/json)
  - …18 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/dump/load-fixture/post.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
