republishObjectType
Restore a previously unpublished type to discovery.
Flips publishStatus from UNPUBLISHED to PUBLISHED. Triggers a bulk reindex of all
non-deleted instances of the type to both the general and spotlight search indices
(async, post-commit). Pre-conditions:
- The type must be in
UNPUBLISHEDstate.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
objectTypeId | integer | Yes | The object type ID (from listObjectTypes) |
