入力 URI
{base url} + doc/IMPORT |
---|
メソッド
POST |
---|
JSON スキーマ
詳細
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/IMPORT",
"type": "object",
"properties": {
"Argument": {
"type": "string"
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/IMPORT",
"type": "object",
"properties": {
"Argument": {
"type": "string"
}
}
}
例
Jsonファイルを読み込む
{
"Argument": "C:\\MIDAS\\FSM.json"
}
"Argument": "C:\\MIDAS\\FSM.json"
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
1 |
JSON ファイルの経路 |
- |
String |
- |
- |