Reload Mappings
Reload the mappings used to resolve sites by Crafter Engine. This endpoint is only available when Crafter Engine is in mapped multi-tenant mode.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /
.
HTTP Verb
|
GET
|
URL
|
/api/1/site/mappings/reload |
Response Formats
|
JSON |
Example
Request
GET .../api/1/site/mappings/reload
Response
Status 200 OK
{ "message": "Mappings reloaded" }
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
400
|
{ "message" : "The current resolver is not a
ReloadableMappingsSiteResolver. No mappings to
reload" }
|