-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding support for the download evidence folder endpoint #123
base: master
Are you sure you want to change the base?
adding support for the download evidence folder endpoint #123
Conversation
/workflow_runs/{workflow_run_id}/evidence_folder: | ||
get: | ||
description: | | ||
Retrieves the signed evidence folder for the designated Workflow Run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retrieves the signed evidence folder for the designated Workflow Run | |
Retrieves the evidence folder for the designated Workflow Run |
get: | ||
description: | | ||
Retrieves the signed evidence folder for the designated Workflow Run | ||
operationId: download_signed_evidence_folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
operationId: download_signed_evidence_folder | |
operationId: download_workflow_run_evidence_folder |
description: Found | ||
headers: | ||
Location: | ||
description: Link to the signed evidence folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Link to the signed evidence folder. | |
description: Link to the evidence folder. |
schema: | ||
$ref: '#/components/schemas/Error' | ||
description: Unexpected error | ||
summary: Retrieve Workflow Run Evidence Summary File |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary: Retrieve Workflow Run Evidence Summary File | |
summary: Retrieve Workflow Run Evidence Folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miguelfteixeira please move your comments inside the original files (as files inside the generated
folder are automatically built)
@HoneyryderChuck please remove generated files from PR and run ./shell/run-prettier.sh
script to make the linter is happy about the changes, as in README.md.
No description provided.