When using API endpoint:
PATCH /materialsTable/{eid}
Your request body can contain up to 1000 CREATE actions.
A Materials table can hold up to 2000 rows, so if you need to fully populate it, you will need to run two 1000 row requests per Material Table.
Including over 1000 create actions can currently return an unexpected error where one of the materials is not recognized:
{
"errors": [
{
"status": "400",
"code": "BadRequest",
"detail": "Material(MM0000965-0001) is not found."
}
]
}
This erroneous message is being addressed in a future release of Signals Notebook. This article will be updated once the updated error message is delivered to Signals Notebook tenants.
Comments
0 comments
Article is closed for comments.