Changes for page #[RPC\Response]
Last modified by Ashterix on 2024/05/19 21:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -82,10 +82,16 @@ 82 82 {{code language="json" layout="LINENUMBERS"}} 83 83 { 84 84 "envelope": "JSON-RPC-2.0/UFO-RPC-6", 85 - "transport": "POST", 86 - "target": "/api", 87 87 "contentType": "application/json", 88 88 "description": "", 87 + "transport": { 88 + "sync": { 89 + "scheme": "https", 90 + "host": "example.com", 91 + "path": "/api", 92 + "method": "POST" 93 + } 94 + }, 89 89 "methods": { 90 90 "ExampleApi.getUserInfo": { 91 91 "name": "ExampleApi.getUserInfo", ... ... @@ -346,4 +346,3 @@ 346 346 ))) 347 347 ))) 348 348 ))) 349 -