Flag deprecated or faulty
curl --request POST \
--url https://api.realtimelca.com/epd/api/material/flag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"id": "eabefabb-48a5-445d-944d-8c2bc51448ca",
"deprecated": false,
"faulty": false
}
]
'Library
Flag deprecated or faulty
Flags one or more materials as deprecated or faulty. This endpoint accepts an array of material flag objects and updates the flag status for each specified material.
POST
/
material
/
flag
Flag deprecated or faulty
curl --request POST \
--url https://api.realtimelca.com/epd/api/material/flag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"id": "eabefabb-48a5-445d-944d-8c2bc51448ca",
"deprecated": false,
"faulty": false
}
]
'⌘I

