Bundles
Update a Bundle
post/materialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Bundle
Request body
Example request
{
"uuid": "123e4567-5738-4a03-bd2e-230c482791ab",
"edit_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}