You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/AppwriteModels/Execution.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class Execution {
38
38
publicletresponseStatusCode:Int
39
39
40
40
/// HTTP response body. This will return empty unless execution is created as synchronous.
41
-
publicletresponseBody:String
41
+
publicletresponseBody:payload
42
42
43
43
/// HTTP response headers as a key-value object. This will return only whitelisted headers. All headers are returned if execution is created as synchronous.
0 commit comments