diff options
author | ramon <ramongomez@us.es> | 2017-10-31 17:25:16 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-10-31 17:25:16 +0000 |
commit | ffaf5801573b75b76355e2f2f38e0da31a5b9adc (patch) | |
tree | 94d52e39fcbabb668fc26377452fbd32c3c1652c /admin/WebConsole/rest/opengnsys-api.yml | |
parent | d21674960021826cd458cef3163530bb380b2734 (diff) |
#708: Componer correctamente los valores enteros en mensajes JSON de las respuestas REST (sin comillas).
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5490 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/opengnsys-api.yml')
-rw-r--r-- | admin/WebConsole/rest/opengnsys-api.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/WebConsole/rest/opengnsys-api.yml b/admin/WebConsole/rest/opengnsys-api.yml index 03c7a9d2..dc41ef9f 100644 --- a/admin/WebConsole/rest/opengnsys-api.yml +++ b/admin/WebConsole/rest/opengnsys-api.yml @@ -8,7 +8,7 @@ info: Repository Manager). contact: name: OpenGnsys Project - url: http://opengnsys.es/ + url: https://opengnsys.es/ license: name: Creative Commons 4.0 International url: http://creativecommons.org/licenses/by/4.0/ @@ -906,7 +906,7 @@ paths: /ous/{ouid}/images/{imageid}/reserve: post: description: | - Reserve a random client with an installed image and send a boot/reboot operation. + Reserve a client with an installed image and send a boot/reboot operation. If `labid` is specified, then choose a `client` defined in this lab. parameters: - $ref: "#/parameters/ouParam" @@ -993,9 +993,9 @@ paths: tags: - repository - image - /repository/image/{ouname}/{imagename: + /repository/image/{ouname}/{imagename}: get: - description: + description: Get information about an specific image stored in the repository parameters: - in: path name: ouname |