Upsert a Channel by ID
Updates a Channel by ID, or creates a new one with the specified ID if the Channel does not exist. Omit X-Contentful-Version to create; send the current version to update.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
ID of the organization the Channel belongs to.
channelId
ID of the Channel.
Headers
X-Contentful-Version
Current version of the resource, taken from sys.version. Omit the header to create a resource with the specified ID; send the current version to update an existing one.
Request
This endpoint expects an object.
name
Human-readable name of the Channel.
description
What this Channel is for.
properties
Properties every linked Destination must supply. Property IDs must be unique within the Channel.
nodeProperties
Properties carried by Destination Nodes. Destination Node property names must be unique, and at most one property of type Path is allowed.
Response
OK - Channel updated
name
description
properties
nodeProperties
sys