zulip/api_docs
tnmkr 5128d8f9af streams: Add creator field.
Adds nullable creator field, containing a reference to the user who
created the stream. When creating a stream, acting user is set as
the creator of the stream. Since API calls to create streams always
have an acting user, this field should always be set when streams
are created using the API.

Because streams can be created with no acting user, this field is
nullable. We try to backfill existing streams using RealmAuditLog table,
but not all streams are guaranteed to have a recorded create log. Thus
this new field is left null when it cannot be backfilled. We also set
this field to null when the creator user is deleted.
2024-04-20 19:03:43 -07:00
..
include api_documentation: Document "/invites/{prereg_id}" endpoint. 2024-04-20 18:12:04 -07:00
api-doc-template.md
api-keys.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
changelog.md streams: Add creator field. 2024-04-20 19:03:43 -07:00
client-libraries.md
configuring-python-bindings.md api_docs: List all Python bindings configuration options. 2024-02-23 09:43:57 -08:00
construct-narrow.md api-docs: Bump API version for addition of channel/channels operators. 2024-04-15 10:51:48 -07:00
create-scheduled-message.md scheduled-messages: Add API documentation for new endpoint. 2023-05-26 18:05:55 -07:00
create-stream.md
deploying-bots.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
http-headers.md web: Fix links which were missing trailing slashes. 2024-01-11 13:52:12 -08:00
incoming-webhooks-overview.md integrations-doc: Update URL specification section for incoming webhooks. 2024-04-02 09:30:48 -07:00
incoming-webhooks-walkthrough.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
index.md web: Save a needless 301 redirect from /integrations to /integrations/. 2023-03-24 14:51:01 -07:00
installation-instructions.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
integrations-overview.md help: Update links to Bots and Integrations overview pages. 2024-02-01 09:45:56 -08:00
message-formatting.md mentions: Add "channel" as a wildcard mention. 2024-04-04 11:16:07 -07:00
missing.md
non-webhook-integrations.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
outgoing-webhooks.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
real-time-events.md
rest-error-handling.md api_docs: Add page documenting HTTP headers in the api docs. 2023-03-07 12:51:17 -08:00
rest.md api_docs: Add page documenting HTTP headers in the api docs. 2023-03-07 12:51:17 -08:00
roles-and-permissions.md help: Update URLs to match "Restrict message editing and deletion" title. 2023-02-10 15:56:16 -08:00
running-bots.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00
send-message.md message-type: Add support for "direct" as value for type parameter. 2023-04-18 12:29:33 -07:00
sidebar_index.md api-docs: Add article about markup message formatting. 2024-04-04 11:16:07 -07:00
writing-bots.md api-docs: Use `start_tabs` formatting and add "Related articles". 2024-02-24 08:14:32 -08:00