Skip to main content
JSON Manual Created Edited

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
Was this article helpful?