cancel
Showing results for 
Search instead for 
Did you mean: 

REST API for domains ?

Narendra_Choudh
Confirmed Champ
Confirmed Champ

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

1 REPLY 1

Pradeep_Bhat
Star Contributor
Star Contributor

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"
       
}