Update a release platform
Updates the specified release platform by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/release-platforms/{id}
JWT
release:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the release platform. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| displayName | string | Display name of the channel. | min: 1, max: 256 |
| description | string | Description for the platform. | min: 0, max: 256 |
| productIds | array | Array of product IDs to associate with this release platform. | items: string |
Request Example
Responses
200
400
401
403
404
429
500