Revert unwanted changes

This commit is contained in:
Matej Bačo 2024-10-08 21:11:25 +02:00
parent d38383bf78
commit a63acb7f23

View file

@ -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' => '',
])