Skip to main content
JSON Manual Created Edited

New Project

Input URI

{base url} + doc/NEW



Active Methods

POST



JSON Schema

Details

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


Examples

New Project

{
    "Argument": {}
}


Specifications

No. Description Key Value Type Default Required

1

Empty Object

-

-

-

-



1
Was this article helpful?