1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

fix merge issue

This commit is contained in:
Damodar Lohani 2021-12-19 13:02:25 +05:45
parent 879bff2bb1
commit c1e8d4527d

View file

@ -1187,7 +1187,6 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/download')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', '*/*')
->label('sdk.methodType', 'location')
->inject('request')
->param('bucketId', null, new UID(), 'Storage bucket ID. You can create a new storage bucket using the Storage service [server integration](/docs/server/storage#createBucket).')
->param('fileId', '', new UID(), 'File ID.')
->inject('request')