v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Model list

Replace model list

Replace a model list to evaluate a rule that the platform applies at the organization level, overriding the old list with the list being sent on this request.

put/v1/models/list/{listId}

Path parameters

listIdstring required

List ID

Request body

datastring[] required

List of values used to evaluate the rule condition.

Example request

{
  "data": [
    "MERCHANT 1",
    "MERCHANT 2"
  ]
}

Response

Created

idstring

The ID generated for the new model list.

Example response

{
  "id": "b3f53d8f-6812-4869-b17a-874d78750cc6"
}