From 41c573b131512941f322be225ceb2493966c1981 Mon Sep 17 00:00:00 2001 From: Sarah Riehl Date: Tue, 30 Jul 2024 12:51:54 -0500 Subject: [PATCH] update channel status description --- reference/channels.v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/channels.v3.yml b/reference/channels.v3.yml index edabf6835..d4d5a805b 100644 --- a/reference/channels.v3.yml +++ b/reference/channels.v3.yml @@ -3024,7 +3024,7 @@ components: x-internal: false ChannelStatus: type: string - description: 'The status of the channel; channel `type`, `platform`, and `status` must be a [valid combination](/docs/rest-management/channels#status). `terminated` is not valid for `PUT` or `POST` requests. `deleted` is not valid for `POST` requests.' + description: 'The status of the channel; channel `type`, `platform`, and `status` must be a [valid combination](/docs/rest-management/channels#status). `terminated` is not valid for `PUT` or `POST` requests. `deleted` is not valid for `POST` requests. `prelaunch` is not valid for `PUT` requests.' enum: - active - prelaunch