From 04aed032cdb31ae5ff15b2cff7a391c41596c5d9 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Fri, 10 Jun 2022 13:01:20 +0200 Subject: [PATCH] M #~: Minor fix to allocate image request (#2139) --- src/fireedge/src/client/features/OneApi/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/features/OneApi/image.js b/src/fireedge/src/client/features/OneApi/image.js index 764a986253a..c626552eed7 100644 --- a/src/fireedge/src/client/features/OneApi/image.js +++ b/src/fireedge/src/client/features/OneApi/image.js @@ -88,7 +88,7 @@ const imageApi = oneApi.injectEndpoints({ * * @param {object} params - Request params * @param {string} params.template - A string containing the template of the image on syntax XML - * @param {string} params.id - The datastore ID + * @param {string} params.datastore - The datastore ID * @param {boolean} [params.capacity] - `true` to avoid checking datastore capacity * @returns {number} Image id * @throws Fails when response isn't code 200