Bundles
Update a Bundle
post/materialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Bundle
Request body
Example request
{
"uuid": "123e4567-d9f3-4ea0-98a4-231ef64bb87b",
"edit_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}