publish_entry
Publish a single Contentful entry or up to 100 entries in bulk by providing entry IDs. Uses standard publish for one entry and automatic bulk publishing for multiple entries.
Instructions
Publish an entry or multiple entries. Accepts either a single entryId (string) or an array of entryIds (up to 100 entries). For a single entry, it uses the standard publish operation. For multiple entries, it automatically uses bulk publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | ID of the entry to publish, or an array of entry IDs (max: 100) | |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |