Skip to content

Commit 6e4062b

Browse files
authored
Update swagger.yaml
1 parent d640275 commit 6e4062b

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

swagger.yaml

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ paths:
13051305
- Commands
13061306
/command/tagrecording:
13071307
get:
1308-
summary: Tag the current recording
1308+
summary: Tag a previous or current recording. Omit fn parameter to tag current recording.
13091309
operationId: /command/tagrecording
13101310
parameters:
13111311
- description: Object ID
@@ -1326,11 +1326,38 @@ paths:
13261326
name: tag
13271327
required: true
13281328
type: string
1329+
- description: Filename (2021-01-19_12-22-55_125.jpg)
1330+
in: query
1331+
name: fn
1332+
required: false
1333+
type: string
1334+
produces:
1335+
- application/json
1336+
responses:
1337+
"200":
1338+
description: Tag the current live recording (v5.0.3.0+). Can also tag a previous recording by providing a filename (v6.2.8.0+)
1339+
tags:
1340+
- Commands
1341+
/command/untagrecording:
1342+
get:
1343+
summary: Remove a tag from a recording
1344+
operationId: /command/untagrecording
1345+
parameters:
1346+
- description: Text
1347+
in: query
1348+
name: tag
1349+
required: true
1350+
type: string
1351+
- description: Filename (2021-01-19_12-22-55_125.jpg)
1352+
in: query
1353+
name: fn
1354+
required: true
1355+
type: string
13291356
produces:
13301357
- application/json
13311358
responses:
13321359
"200":
1333-
description: Tag the current live recording (v5.0.3.0+)
1360+
description: Remove the tag from the specified recording (v6.2.8.0+)
13341361
tags:
13351362
- Commands
13361363
/command/triggerLPR:

0 commit comments

Comments
 (0)