REST API for domains ?

Could you please let me know if REST API for domains are available

0 votes

1 answers

2261 views

ANSWER



Hi, The url to POST is, http://sdw1625:8080/nuxeo/api/v1/path// with body as below,

{
    "entity-type": "document",
    "name":"sample",
    "type": "Domain",
    "properties": {
        "dc:title": "Your Domain Name",
        "dc:description": "Created via a so cool and simple REST API"

}
0 votes