openapi: Improve description for channel creator.

This commit updates description for channel creator field
`creator_id` to mention that it can be null for channels
created during realm creation.
This commit is contained in:
Sahil Batra
2025-09-19 08:49:00 +05:30
committed by Tim Abbott
parent fc9bbd37a0
commit a9afe1becf

View File

@@ -25702,8 +25702,8 @@ components:
The ID of the user who created this channel.
A `null` value means the channel has no recorded creator, which is often
because the channel is very old, or because it was created via a data
import tool or [management command][management-commands].
because the channel is very old, was created during realm creation or
because it was created via a data import tool or [management command][management-commands].
**Changes**: New in Zulip 9.0 (feature level 254).
@@ -26755,8 +26755,8 @@ components:
The ID of the user who created this channel.
A `null` value means the channel has no recorded creator, which is often
because the channel is very old, or because it was created via a data
import tool or [management command][management-commands].
because the channel is very old, was created during realm creation or
because it was created via a data import tool or [management command][management-commands].
**Changes**: New in Zulip 9.0 (feature level 254).