diff options
author | ramon <ramongomez@us.es> | 2017-02-16 08:46:11 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-02-16 08:46:11 +0000 |
commit | e7d478826bb775500d39ded09590bb113dbaf955 (patch) | |
tree | ae3a3acdf0d72be324bac6030fe34c4279e437db /admin/WebConsole/rest/opengnsys-api.yml | |
parent | 5ff84a599bbc924424fe277c8d5e391c77acc50e (diff) |
#708: Actualizar definiciĆ³n de la ruta {{{/ous/:ouid/images/:imageid/software}}} y terminar de aplicar cambios de r5190 al resto de rutas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5196 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/opengnsys-api.yml')
-rw-r--r-- | admin/WebConsole/rest/opengnsys-api.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/admin/WebConsole/rest/opengnsys-api.yml b/admin/WebConsole/rest/opengnsys-api.yml index e847f242..86696756 100644 --- a/admin/WebConsole/rest/opengnsys-api.yml +++ b/admin/WebConsole/rest/opengnsys-api.yml @@ -1043,19 +1043,19 @@ paths: name: description: image name type: string - os: - description: installed operating system - type: string software: - description: array of installed applications - type: array - items: - type: object - properties: - application: - description: application name and version + description: software installed + type: object + properties: + os: + description: operating system + type: string + applications: + type: array + items: + description: list of applications (name and version) type: string - required: [ id, name, os, software ] + required: [ id, name, software ] security: - apikey: [] tags: |