/consistencyCheck
Mount Point: /api/consistencyCheck
PUT
Initiate a consistency check on the specified path
Parameters
| name | description | type | default |
|---|---|---|---|
| path | - path to Conistency Check - if not specified defaults to "/" | query | / |
Response Body
| element: | (custom) |
| media types: | text/plain |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK |
| 404 Not Found | Not found - see returned ExceptionDTO |
| 400 Bad Request | Bad request - see returned ExceptionDTO |
| 401 Unauthorized | Authentication required. |
| 403 Forbidden | Authorization required - access forbidden |