Skip to content

Commit

Permalink
Devices (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott authored Jul 29, 2024
1 parent fec9e80 commit acaacac
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/group-device-file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.service_provider_device_file()
---

# 🗃️ PUT - Group Device File

Update a config file for a single device at the Group level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/group-device-tag.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.group_device_tag()
---

# 🎐 PUT - Group Device Tag

Update a single tag assigned to a device at the group level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/group-device-tags-profile.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.group_device_tags_profile()
---

# 🏷️ PUT - Group Device Tags Profile

Update a config file for a single device at the Group level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/group-device-type-file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.group_device_type_file()
---

# 📂 PUT - Group Device Type File

Set config file for all devices of a spceific type at the group level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/group-device-type-tag.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.group_device_type_tag()
---

# 🎐 PUT - Group Device Type Tag

Update tags applied to device types at the Group level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/service-provider-device-file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.service_provider_device_file()
---

# 📂 PUT - Service Provider Device File

Update a config file for a single device at the Service Provider or Enterprise level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/service-provider-device-tag.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.service_provider_device_tag()
---

# 🛰️ PUT - Service Provider Device Tag

Update a single tag assigned to a device at the Service Provider or Enterprise level.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/service-provider-device.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.service_provider_device()
---

# 📞 PUT - Service Provider Device

Update a single device in a Service Provider or Enterprise.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/methods/devices/system-device-file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: my_api.put.system_device_file()
---

# 📁 PUT - System Device File

Update a config file for a single device at the system level.
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/methods/devices/system-device-tag.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description: my_api.put.system_device_tag()
---


# 💾 PUT - System Device Tag

Update a single tag assigned to a device at the System level.
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/methods/devices/system-devices.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
description: my_api.put.system_devices()
---

# 💻 PUT - System Devices

Update a single device in the Broadworks system.

### Parameters 

* service\_provider\_id (str): Service Provider or Enterprise ID where device is located.  
* device\_name (str): Device name of the target device. 
* updates (dict): Updates to apply to the target device.

Expand Down

0 comments on commit acaacac

Please sign in to comment.