post https://{url}/lostAndStolen/setStolen
This endpoint is used to set or unset a digital passport status as stolen.
- URL:
POST - {{url}}/lostAndStolen/setStoen
- Body:
certificateId
- The ID of the target digital passport.
isStolen
- Set the digital passport as stolen (true
) or unset (false
).
- Success: The new status is set.