Last modified by Ashterix on 2024/07/11 09:57

From version 2.1
edited by Ashterix
on 2024/05/09 11:29
Change comment: There is no comment for this version
To version 4.1
edited by Ashterix
on 2024/05/16 11:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Installation
1 +1. Installation
Content
... ... @@ -139,14 +139,20 @@
139 139  
140 140  {{code language="json"}}
141 141  {
142 - "transport": "POST",
143 143   "envelope": "JSON-RPC-2.0/UFO-RPC-6",
144 144   "contentType": "application/json",
145 145   "description": "",
146 - "target": "/api",
145 + "transport": {
146 + "sync": {
147 + "scheme": "https",
148 + "host": "example.com",
149 + "path": "/api",
150 + "method": "POST"
151 + }
152 + },
147 147   "methods": {
148 - "ping": {
149 - "name": "ping",
154 + "ping": {
155 + "name": "ping",
150 150   "description": "",
151 151   "parameters": [],
152 152   "returns": "string",