mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix copy
This commit is contained in:
parent
e34fc92c7c
commit
0f5480cbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class Func extends Model
|
|||
])
|
||||
->addRule('latestDeploymentId', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Site\'s latest deployment ID.',
|
||||
'description' => 'Function\'s latest deployment ID.',
|
||||
'default' => '',
|
||||
'example' => '5e5ea5c16897e',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue