diff options
author | ramon <ramongomez@us.es> | 2017-12-20 11:05:50 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-12-20 11:05:50 +0000 |
commit | 4d06fd4b688c1c70c8f5fc3e527a79ae29519054 (patch) | |
tree | 5618db504f14478fc843954cb6bc4ad37826ebaf /admin/WebConsole/rest/opengnsys-api.yml | |
parent | d7ece95096f4215eacf2e6adff3863164fac38bb (diff) |
#718: Adaptar la API REST que atiende notificaciones de ''logout'' de OGAgent.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5539 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/opengnsys-api.yml')
-rw-r--r-- | admin/WebConsole/rest/opengnsys-api.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/WebConsole/rest/opengnsys-api.yml b/admin/WebConsole/rest/opengnsys-api.yml index 81325af6..0c9575a2 100644 --- a/admin/WebConsole/rest/opengnsys-api.yml +++ b/admin/WebConsole/rest/opengnsys-api.yml @@ -1117,6 +1117,12 @@ paths: type: string user: type: string + language: + type: string + ostype: + type: string + osversion: + type: string responses: "200": description: Successful operation |