入力 URI
|
{base url} + doc/SAVE |
|---|
メソッド
|
POST |
|---|
JSON スキーマ
詳細
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/SAVE",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {}
}
}
}
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "doc/SAVE",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {}
}
}
}
例
保存
{
"Argument": {}
}
"Argument": {}
}
仕様
| No. | 説明 | Key | データ型 | Default | 必須 |
|---|---|---|---|---|---|
|
1 |
空のオブジェクト |
- |
- |
- |
- |