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