Refresh store
Performs a refresh on the specified store. This will update the store state information and also any children if the store type has any.
Authorization
bearerAuth AuthorizationBearer <token>
The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
store*string
The store uuid
Response Body
application/json
application/json
curl -X POST "http://localhost:21721/store/refresh" \ -H "Content-Type: application/json" \ -d '{ "store": "36ad9716-a209-4f7f-9814-078d3349280c" }'Empty
{
"message": "string"
}Empty
Empty
{
"error": {
"cause": {},
"stackTrace": [
"string"
],
"suppressed": [
{}
],
"localizedMessage": "string",
"message": "string"
}
}Query stores POST
Queries all stores using various filters. The filters support globs and can match the category names and store names. All matching is case insensitive.
Remove stores POST
Removes a set of stores. This includes any possible children associated with the store. Some stores, for example the local machine, can not be removed.