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