Skip to content
Snippets Groups Projects
Commit 6c3b5027 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

fix: add missing param in documentation

parent 60c67c5f
Branches malowe/main/10
No related tags found
1 merge request!13feat: add support for private repository fetches via build env var
Pipeline #74100 failed
......@@ -31,6 +31,7 @@ const PRIVATE_TOKEN = process.env.GITLAB_API_TOKEN;
*
* @param {*} externalLocation the URL for the raw openapi spec file.
* @param {*} localPath the location where the downloaded spec should be saved
* @param {boolean} isPrivate optional, whether an external spec is in a private GitLab repository and should use secret token for access
*/
async function pullExternalSpec(externalLocation, localPath, isPrivate = false) {
let retries = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment