Update src/Appwrite/Platform/Modules/Functions/Http/Deployments/Builds/Download/Get.php

Co-authored-by: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com>
This commit is contained in:
Matej Bačo 2025-02-28 12:10:24 +01:00 committed by GitHub
parent 72d2ba0159
commit d75b601a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ class Get extends Action
namespace: 'functions',
name: 'getDeploymentBuildDownload',
description: <<<EOT
Get a site build content by its unique ID. The endpoint response return with a 'Content-Disposition: attachment' header that tells the browser to start downloading the file to user downloads directory.
Get a function build content by its unique ID. The endpoint response return with a 'Content-Disposition: attachment' header that tells the browser to start downloading the file to user downloads directory.
EOT,
auth: [AuthType::KEY, AuthType::JWT],
responses: [