Updates the module's registration status to REGISTERED or DECOMMISSIONED.
There can be no more than one REGISTERED status entity per unique Module and Endpoint ID combination. If a PENDING status entity is updated to REGISTERED, all other entities will be automatically set to the DECOMMISSIONED status.
OK
{- "id": "string",
- "module": "FUSION_SCANNER",
- "moduleVersion": {
- "major": 1,
- "minor": 2,
- "patch": 3
}, - "status": "DECOMMISSIONED"
}
{- "id": "string",
- "groupId": "string",
- "module": "FUSION_SCANNER",
- "moduleVersion": {
- "major": 1,
- "minor": 2,
- "patch": 3
}, - "moduleMode": "INTERNAL",
- "status": "DECOMMISSIONED"
}