This procedure is defined in the server but not documented via ad_proc or proc_doc and may be intended as a private interface.

The procedure is defined as:

proc tdav::dbm_write_list {uri list} {
    
    regsub {^/} $uri {} uri
    ad_set_client_property  -persistent t  -session_id 0  oacs-dav $uri $list

}

Show another procedure: