Remove categories
Removes a set of categories. This can include any possible children categories and connections associated with the category. Some categories, for example the root categories, can not be removed.
Authorization
bearerAuth The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
The categories to remove
Whether to also remove any children categories
Whether to also remove any connection entries in the categories. If this is false, any connections are moved to the default category instead.
Response Body
application/json
application/json
curl -X POST "http://localhost:21721/category/remove" \ -H "Content-Type: application/json" \ -d '{ "categories": [ "36ad9716-a209-4f7f-9814-078d3349280c" ] }'{
"message": "string"
}{
"error": {
"cause": {},
"stackTrace": [],
"suppressed": [],
"localizedMessage": "string",
"message": "string"
}
}Query categories POST
Queries all categories using a filter. The filter supports globs and can match the category names. All matching is case insensitive.
Add connection POST
Creates the new connection in the xpipe vault from raw json data. This can also perform an optional validation first to make sure that the connection can be established. If an equivalent connection already exists, no new one will be added.