microcms_patch_content_created_by
Updates the creator of a content item in microCMS by setting the createdBy field to a specified member ID. Use this tool to reassign content ownership.
Instructions
Change content creator in microCMS (Management API). Updates the createdBy field of a content item to a specified member ID. Member ID can be found in the member detail screen in the management console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| contentId | Yes | Content ID to change creator | |
| createdBy | Yes | Member ID to set as the creator. Member ID can be found in the member detail screen in the management console. |