v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBModel 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
Example request
{
"data": [
"MERCHANT 1",
"MERCHANT 2"
]
}Response
Created
Example response
{
"id": "b3f53d8f-6812-4869-b17a-874d78750cc6"
}