Change Metadata Cache
PUT /metadata/cache/ | |
Available since: 8.1.300.00
|
Description
Enables the reload of metadata cache. Metadata cache holds information for the definition of Profile, Service, State, Task extensions, and identification keys definition.
Operation
ID | CV.WS.META.CACHE.PUT | ||
---|---|---|---|
URI | /metadata/cache | ||
Method | PUT | ||
Parameter | Type | Mandatory | Description |
reload | token | yes | Any value triggers a reload. |
Response
The Context Management Service API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
HTTP code | 200 |
---|---|
HTTP message | No Content |
Example
The following operation reloads the metadata cache from the database.
Operation
PUT /cv/metadata/cache/ {reload:true}
Result
HTTP/1.1 200 OK with an empty body.
<references />
This page was last edited on November 23, 2017, at 13:14.
Comments or questions about this documentation? Contact us for support!