주 콘텐츠로 건너뛰기
JSON Manual 생성 편집

Save

Input URI

{base url} + doc/SAVE



Active Methods

POST



JSON Schema

Details

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "doc/SAVE",
    "type": "object",
    "properties": {
        "Argument": {
            "type": "object",
            "properties": {}
        }
    }
}


Examples

Save

{
    "Argument": {}
}


Specifications

No. Description Key Value Type Default Required

1

Empty Object

-

-

-

-



0
컨텐츠가 도움이 되셨나요?