File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -275,28 +275,28 @@ Get Device Connection Detail
275
275
276
276
.. code-block :: text
277
277
278
- GET /api/v1/controller/device/{id }/connection/{id }/
278
+ GET /api/v1/controller/device/{device_id }/connection/{connection_id }/
279
279
280
280
Change Device Connection Detail
281
281
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
282
282
283
283
.. code-block :: text
284
284
285
- PUT /api/v1/controller/device/{id }/connection/{id }/
285
+ PUT /api/v1/controller/device/{device_id }/connection/{connection_id }/
286
286
287
287
Patch Device Connection Detail
288
288
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
289
289
290
290
.. code-block :: text
291
291
292
- PATCH /api/v1/controller/device/{id }/connection/{id }/
292
+ PATCH /api/v1/controller/device/{device_id }/connection/{connection_id }/
293
293
294
294
Delete Device Connection
295
295
~~~~~~~~~~~~~~~~~~~~~~~~
296
296
297
297
.. code-block :: text
298
298
299
- DELETE /api/v1/controller/device/{id }/connection/{id }/
299
+ DELETE /api/v1/controller/device/{device_id }/connection/{connection_id }/
300
300
301
301
List Credentials
302
302
~~~~~~~~~~~~~~~~
@@ -345,14 +345,14 @@ List Commands of a Device
345
345
346
346
.. code-block :: text
347
347
348
- GET /api/v1/controller/device/{id }/command/
348
+ GET /api/v1/controller/device/{device_id }/command/
349
349
350
- Execute a Command a Device
351
- ~~~~~~~~~~~~~~~~~~~~~~~~~~
350
+ Execute a Command on a Device
351
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
352
352
353
353
.. code-block :: text
354
354
355
- POST /api/v1/controller/device/{id }/command/
355
+ POST /api/v1/controller/device/{device_id }/command/
356
356
357
357
Get Command Details
358
358
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments