Add new category
Creates a new empty category in the vault. New categories always need a parent as it's not allowed to create root categories.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredname
RequiredstringThe category name
parent
RequiredstringThe parent category uuid to put the new category in
The request was successful. The category was added.