mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update Platform Model type property description
Co-authored-by: Ian Koerich Maciel <ianmaciel@gmail.com>
This commit is contained in:
parent
be77b10549
commit
cb9b94ff04
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class Platform extends Model
|
||||||
])
|
])
|
||||||
->addRule('type', [
|
->addRule('type', [
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_STRING,
|
||||||
'description' => 'Platform type. Possible values are: web, flutter-ios, flutter-android, ios, android, and unity.',
|
'description' => 'Platform type. Possible values are: web, flutter-web, flutter-ios, flutter-android, ios, android, and unity.',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'example' => 'web',
|
'example' => 'web',
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue