Create a release channel
Creates a new release channel.
POST/v3/release-channels
JWT
release:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the channel. | min: 1, max: 256 |
| displayName* | string | Display name of the channel. | min: 1, max: 256 |
| description | string | Description for the channel. | min: 0, max: 256 |
| private* | boolean | Private channels don't appear in the customer portal. | |
| productIds | array | Array of product IDs to associate with this release channel. | items: string |
Request Example
Responses
201
400
401
403
409
429
500