Skip to content

Commit

Permalink
Add system param to artifacts methods
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-vera committed May 14, 2024
1 parent afd906e commit f8c37ac
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 0 deletions.
28 changes: 28 additions & 0 deletions client/artifacts/download_job_attempt_artifact_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions client/artifacts/info_job_attempt_artifact_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions client/artifacts/list_job_attempt_artifacts_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions client/artifacts/upload_job_attempt_artifact_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions generate/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,13 @@
"name": "jobAttempt",
"required": true,
"type": "string"
},
{
"description": "System space",
"in": "query",
"name": "system",
"required": true,
"type": "boolean"
}
],
"produces": [
Expand Down Expand Up @@ -1083,6 +1090,13 @@
"name": "path",
"required": true,
"type": "string"
},
{
"description": "System space",
"in": "query",
"name": "system",
"required": true,
"type": "boolean"
}
],
"produces": [
Expand Down Expand Up @@ -1168,6 +1182,13 @@
"required": true,
"type": "string"
},
{
"description": "System space",
"in": "query",
"name": "system",
"required": true,
"type": "boolean"
},
{
"description": "Downloads the specified byte range of the artifact. Retrieving multiple ranges of data per request is not supported",
"in": "header",
Expand Down Expand Up @@ -1282,6 +1303,13 @@
"required": true,
"type": "string"
},
{
"description": "System space",
"in": "query",
"name": "system",
"required": true,
"type": "boolean"
},
{
"description": "Job Execution ID",
"in": "formData",
Expand Down

0 comments on commit f8c37ac

Please sign in to comment.