Resynchronize constructor
Immediately resynchronizes the search index and cache for the selected constructor.
Path parameters
-
constructor_id
string Required Identifier for the constructor
POST
/platform/infrastructure/constructors/{constructor_id}/_resync
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}/_resync' \
--user "username:password"