Create a release platform
Creates a new release platform.
POST/v3/release-platforms
JWT
release:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the platform. | min: 1, max: 256 |
| 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. If provided, ProductId is ignored. If not provided, ProductId is used. | items: string |
Request Example
Responses
201
400
401
403
409
429
500