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

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

Summary

Details

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