Session

/session/vault

The document vault attached to the current session.

GET

Output: Vault
  Retrieves the current session information.

PUT

Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.

Input: Vault
Output: Vault
  Sets the current vault.
  The request must have either the GUID or the Name of the vault filled. In case both of these are filled the GUID is used. If only the name is filled and there are multiple vaults with the same name, the server will respond with 409.