wiki:VFEditingResource

Method

  • URL: vfileEdit{path: /.*}
    • Method: GET
    • Returns: text/xml
    • Description: Returns a VF for editing wrapped in a special result tags which help TNTBase to identify which documents were indeed changed. One is not allowed to edit those tags, only inside them. The modified returned results is a subject to submitting an edited VF.

Example

Coming soon...

Method

  • URL: vfileEdit{path: /.*}
    • Method: POST
    • Accepts an edited VF as a request body
    • Returns: text/xml
    • Description: This method submits an edited VF back to TNTBase. The corresponing documents should be changed in TNTBase and get versioned.

Example

Coming soon...