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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1230,6 +1230,11 @@
    "OperationStatus": {
      "description": "The operation status of the access point",
      "type": "string",
      "enum": [
        "Serviceable",
        "Unserviceable",
        "Unknown"
      ],
      "example": "Serviceable"
    },
    "PreviousAccessPointId": {
+4 −0
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
description: The operation status of the access point
type: string
enum:
  - Serviceable
  - Unserviceable
  - Unknown
example: "Serviceable"
 No newline at end of file