Skip to main content
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
  }
]
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
deprecated
boolean
faulty
boolean

Response

default

Response schema not yet documented in the upstream Postman spec.