Update a release channel
Updates the specified release channel by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/release-channels/{id}
JWT
release:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the release channel. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| description | string | Description for the channel. | min: 0, max: 256 |
| displayName | string | Display name of the channel. | min: 1, 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
200
400
401
403