ReleaseChannels

Create a release channel

Creates a new release channel.

post/v3/release-channels

Request body

namestring required

Name of the channel.

Letters (a-z, A-Z), numbers, underscores, hyphens and dots.

displayNamestring required

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.

descriptionstring nullable

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.

privateboolean required

Private channels don't appear in the customer portal.

productIdsstring[] nullable

Array of product IDs to associate with this release channel.

Response

Created

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
displayNamestring required
descriptionstring required
privateboolean required
productIdsstring[] required

Changes

Changed in 1 of the 2 revisions of this API.3

    • added the pattern ^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$ to the request property displayName

      request-property-pattern-added

    • added the pattern ^(?!\s)(?![\s\S]*\s$)(?:[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]|[\t\n\r])+$ to the request property description

      request-property-pattern-added

    • added the pattern ^[a-zA-Z0-9_.-]+$ to the request property name

      request-property-pattern-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog