Skip to content

Commit

Permalink
Fix execution model
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Oct 8, 2024
1 parent 91fafec commit d3a12c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ export namespace Models {
/**
* HTTP response body. This will return empty unless execution is created as synchronous.
*/
responseBody: payload;
responseBody: string;
/**
* HTTP response headers as a key-value object. This will return only whitelisted headers. All headers are returned if execution is created as synchronous.
*/
Expand Down

0 comments on commit d3a12c9

Please sign in to comment.