From 0a3a763e1bdc53e7a4b82c7cf06b177c38d84f7c Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 24 Aug 2020 04:44:31 +0000 Subject: [PATCH] api-ref: fix wrong naming in /execute Change-Id: I5a244892d46b69be1394eb89a86a4c16fcd1439d --- api-ref/source/containers.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/containers.inc b/api-ref/source/containers.inc index c0f3c1736..931559c17 100644 --- a/api-ref/source/containers.inc +++ b/api-ref/source/containers.inc @@ -1141,10 +1141,10 @@ Response .. rest_parameters:: parameters.yaml - - exec_output: exec_output - - exec_exit_code: exec_exit_code + - output: exec_output + - exit_code: exec_exit_code - exec_id: exec_id - - exec_url: exec_url + - url: exec_url .. note::