Commit 5cf00823 authored by Walter Featherstone's avatar Walter Featherstone Committed by Gerrit Code Review
Browse files

Merge "Added: OperationStatus enumeration values"

parents 8b925a28 17155240
......@@ -1230,6 +1230,11 @@
"OperationStatus": {
"description": "The operation status of the access point",
"type": "string",
"enum": [
"Serviceable",
"Unserviceable",
"Unknown"
],
"example": "Serviceable"
},
"PreviousAccessPointId": {
......
......@@ -817,6 +817,10 @@ definitions:
OperationStatus:
description: The operation status of the access point
type: string
enum:
- Serviceable
- Unserviceable
- Unknown
example: Serviceable
PreviousAccessPointId:
description: Zone ID
......
description: The operation status of the access point
type: string
enum:
- Serviceable
- Unserviceable
- Unknown
example: "Serviceable"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment