mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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,
|
'example' => 200,
|
||||||
])
|
])
|
||||||
->addRule('responseBody', [
|
->addRule('responseBody', [
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_PAYLOAD,
|
||||||
'description' => 'HTTP response body. This will return empty unless execution is created as synchronous.',
|
'description' => 'HTTP response body. This will return empty unless execution is created as synchronous.',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue