Skip to content

Commit c91d575

Browse files
authored
Update API version and add 'name' parameter
Updated the API version and added 'name' parameter to multiple endpoints.
1 parent 49de9dc commit c91d575

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

swagger.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
\ AgentDVR at [https://www.ispyconnect.com](https://www.ispyconnect.com)\
66
\ This interface uses the default API endpoint of http://localhost:8090. You will need Agent DVR installed and running to use it. Many of the commands below take an Object ID and an Object Type ID. The Object ID is displayed in Agent's UI when you edit the device at the top left. For example if it says 1: Home Cam then your Object ID is 1. The Object Type ID is 1 for Microphones and 2 for cameras. You can also provide a group parameter instead of object id and type id - this will then apply the command to all devices that are in that group (on the General tab when you edit the device). Some commands can be called with neither id or group and will then apply to every device on the system."
77
title: 'Agent DVR'
8-
version: "7.0.9.0"
8+
version: "7.1.8.0"
99
termsOfService: "https://www.ispyconnect.com/terms.aspx"
1010
license:
1111
name: "Apache 2.0"
@@ -1961,6 +1961,11 @@ paths:
19611961
name: ID
19621962
required: true
19631963
type: string
1964+
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
1965+
in: query
1966+
name: name
1967+
required: false
1968+
type: string
19641969
produces:
19651970
- application/json
19661971
responses:
@@ -1978,6 +1983,11 @@ paths:
19781983
name: ID
19791984
required: true
19801985
type: string
1986+
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
1987+
in: query
1988+
name: name
1989+
required: false
1990+
type: string
19811991
produces:
19821992
- application/json
19831993
responses:
@@ -1995,6 +2005,11 @@ paths:
19952005
name: ID
19962006
required: true
19972007
type: string
2008+
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
2009+
in: query
2010+
name: name
2011+
required: false
2012+
type: string
19982013
produces:
19992014
- application/json
20002015
responses:

0 commit comments

Comments
 (0)