mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
Update src/Appwrite/Platform/Modules/Tokens/Http/Tokens/Buckets/Files/Create.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
parent
b2451c37c3
commit
12bb74a58d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class Create extends Action
|
|||
group: 'files',
|
||||
name: 'createFileToken',
|
||||
description: <<<EOT
|
||||
Create a new token. A token is linked to a file. Token can be passed as a request parameter.
|
||||
Create a new token. A token is linked to a file. Token can be passed as a request URL search parameter.
|
||||
EOT,
|
||||
auth: [AuthType::ADMIN, AuthType::KEY],
|
||||
responses: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue