microcms_update_content_reservation
Set or clear content publish/stop reservation schedules in microCMS using ISO 8601 timestamps; omit both to clear existing reservations.
Instructions
Set or clear content publish/stop reservation schedules in microCMS (Management API). Provide publishTime and/or stopTime as ISO 8601 strings. If neither is provided, existing publish and stop reservations are cleared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| stopTime | No | Stop reservation time as an ISO 8601 string (e.g., "2026-01-14T15:31:24.668+09:00" or "2026-01-14T06:31:24.668Z"). Omit to clear any existing stop reservation. | |
| contentId | Yes | Content ID to update reservation schedules | |
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| publishTime | No | Publish reservation time as an ISO 8601 string (e.g., "2026-01-14T15:31:24.668+09:00" or "2026-01-14T06:31:24.668Z"). Omit to clear any existing publish reservation. |