• Côme Chilliet's avatar
    feat(webservice) Add object creation to REST API · fc1672ba
    Côme Chilliet authored
    POST on /objects/<type> should create an object and return dn.
    Parameters are 'attrs' which points to an array of array of values
     (first level keys are tabs, second level keys are fields).
    Optional parameter is 'template' with the dn of the template to use if
     any.
    
    issue #5924
    fc1672ba