Skip to content

Commit

Permalink
DELIA-66702: Documentation update
Browse files Browse the repository at this point in the history
Reason for change: Documentation Update
Test Procedure:
Risks: low
Priority: P1

Signed-off-by:Hayden Gfeller <Hayden_Gfeller@comcast.com>
  • Loading branch information
hgfell683 committed Dec 24, 2024
1 parent c2bc2fb commit 4265020
Showing 1 changed file with 1 addition and 56 deletions.
57 changes: 1 addition & 56 deletions SystemServices/System.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -2508,4 +2453,4 @@
}
}
}
}
}

0 comments on commit 4265020

Please sign in to comment.