Changes for page #[RPC\Response]

Last modified by Ashterix on 2024/05/19 21:13

From version 1.1
edited by Ashterix
on 2024/05/10 14:41
Change comment: There is no comment for this version
To version 2.1
edited by Ashterix
on 2024/05/16 11:40
Change comment: There is no comment for this version

Summary

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 -