diff --git a/core/server/api/shared/pipeline.js b/core/server/api/shared/pipeline.js index 9200eea12b..1c57f89747 100644 --- a/core/server/api/shared/pipeline.js +++ b/core/server/api/shared/pipeline.js @@ -173,7 +173,7 @@ const STAGES = { * * @param {Function} apiController * @param {Object} apiUtils - Local utils (validation & serialisation) from target API version - * @param {String} apiType - Content or Admin API access + * @param {String} [apiType] - Content or Admin API access * @return {Function} */ const pipeline = (apiController, apiUtils, apiType) => {