Create a release channel

Creates a new release channel.

POST/v3/release-channels
JWTrelease:write

Request body

namestringrequired

Name of the channel. Letters (a-z, A-Z), numbers, underscores, hyphens and dots.

Length: [1,256]Pattern: ^[a-zA-Z0-9_.-]+$

displayNamestringrequired

Display name of the channel. Any printable characters, including letters from any script, punctuation and emoji. Cannot contain line breaks, tabs, other control characters, invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.

Length: [1,256]Pattern: ^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$

privatebooleanrequired

Private channels don't appear in the customer portal.

descriptionstring

Description for the channel. Any printable characters and line breaks. Cannot contain control characters other than tab, carriage return and line feed, nor invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.

Length: [0,256]Pattern: ^(?!\s)(?![\s\S]*\s$)(?:[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]|[\t\n\r])+$

productIdsarray of string

Array of product IDs to associate with this release channel.

Response

201 Created

idstringrequired
createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

namestringrequired
displayNamestringrequired
descriptionstringrequired
privatebooleanrequired
productIdsarray of stringrequired