Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/custom-objects/object-type-management/republish-object-type

# 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 `UNPUBLISHED` state.

## Parameters

| Name           | Type    | Required | Description                               |
| -------------- | ------- | -------- | ----------------------------------------- |
| `objectTypeId` | integer | Yes      | The object type ID (from listObjectTypes) |
