Changes for page 1. Встановлення
Last modified by Ashterix on 2024/07/11 09:57
Summary
-
Page properties (2 modified, 0 added, 0 removed)
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 - 149 - 154 + "ping": { 155 + "name": "ping", 150 150 "description": "", 151 151 "parameters": [], 152 152 "returns": "string",