mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
remove: resources' internal ids.
This commit is contained in:
parent
5208e69543
commit
f8ddbe5c7a
1 changed files with 1 additions and 7 deletions
|
|
@ -28,17 +28,11 @@ class ResourceToken extends Model
|
|||
'default' => '',
|
||||
'example' => '5e5ea5c168bb8:5e5ea5c168bb8',
|
||||
])
|
||||
->addRule('resourceInternalId', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'File ID.',
|
||||
'default' => '',
|
||||
'example' => '1:1',
|
||||
])
|
||||
->addRule('resourceType', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Resource type.',
|
||||
'default' => '',
|
||||
'example' => 'file',
|
||||
'example' => TOKENS_RESOURCE_TYPE_FILES,
|
||||
])
|
||||
->addRule('expire', [
|
||||
'type' => self::TYPE_DATETIME,
|
||||
|
|
|
|||
Loading…
Reference in a new issue