Resynchronize constructor
Immediately resynchronizes the search index and cache for the selected constructor.
Path parameters
-
Identifier for the constructor
POST /platform/infrastructure/constructors/{constructor_id}/_resync
curl \
-X POST https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}/_resync
Response examples (200)
{}
Response examples (500)
# Headers
x-cloud-error-codes: constructors.resync_failed
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}