Fix execution model

This commit is contained in:
Jake Barnby 2024-10-10 15:53:54 +13:00
parent 212222ef74
commit ecfe962d43
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

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