mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fix execution model
This commit is contained in:
parent
212222ef74
commit
ecfe962d43
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class Execution extends Model
|
|||
'example' => 200,
|
||||
])
|
||||
->addRule('responseBody', [
|
||||
'type' => self::TYPE_PAYLOAD,
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'HTTP response body. This will return empty unless execution is created as synchronous.',
|
||||
'default' => '',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue