Create a new Channel
Creates a Channel and returns it. Contentful generates the ID.
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.
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
Created - Channel created
name
description
properties
nodeProperties
sys