Bridges

Get all the configurable operational settings related to a bridge

get/bridges/{id}/settings/

Response

OK

Example response

{
  "data": {
    "timeZone": "America/Chicago",
    "mediaShortcut": {
      "ipOverrides": [
        "wan",
        "10.45.4.4"
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.