From 4265020c9d88351f4983ae273990cb75f4e09925 Mon Sep 17 00:00:00 2001 From: hgfell683 <107510770+hgfell683@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:41:10 -0500 Subject: [PATCH] DELIA-66702: Documentation update Reason for change: Documentation Update Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller --- SystemServices/System.json | 57 +------------------------------------- 1 file changed, 1 insertion(+), 56 deletions(-) diff --git a/SystemServices/System.json b/SystemServices/System.json index 35bc0c212..1be538988 100644 --- a/SystemServices/System.json +++ b/SystemServices/System.json @@ -374,21 +374,6 @@ ], "type": "string", "example": "NORMAL" - }, - "blocklist": { - "summary": "the blocklist flag value", - "type": "boolean", - "example": true - }, - "oldblocklist": { - "summary": "the old blocklist flag value", - "type": "boolean", - "example": true - }, - "newblocklist": { - "summary": "the new blocklist flag value", - "type": "boolean", - "example": true } }, "methods": { @@ -2029,46 +2014,6 @@ "example": "DO_NOT_SHARE" } }, - "getBlocklistFlag":{ - "summary": "get the blocklist flag on device for device state. Valid flags are: \n* `true` - The device is in blocked state. \n* `false` - The device is in un-blocked state.", - "result": { - "type": "object", - "properties": { - "blocklist": { - "summary": "blocklist flag", - "type": "boolean", - "example": true - }, - "success":{ - "$ref": "#/common/success" - } - }, - "required": [ - "blocklist", - "success" - ] - } - }, - "setBlocklistFlag":{ - "summary": "Sets the blocklist flag on device for device state. Valid flags are: \n* `true` - The device is in blocked state. \n* `false` - The device is in un-blocked state.", - "events": { - "onBlocklistChanged" : "Triggers when the blocklist flag is modified" - }, - "params": { - "type":"object", - "properties": { - "blocklist": { - "$ref": "#/definitions/blocklist" - } - }, - "required": [ - "blocklist" - ] - }, - "result": { - "$ref": "#/common/result" - } - }, "getBootTypeInfo":{ "summary": "Getting Boot Type", "result": { @@ -2508,4 +2453,4 @@ } } } -} \ No newline at end of file +}