api-docs: Update feature level 205 changelog entry and changes notes.

Updates API changelog entries for feature level 205 for minor
revisions and the addition of help center links. Also, revises
the Changes notes for the stream creation and deletion events
for the same feature level.
This commit is contained in:
Lauryn Menard 2023-08-31 17:52:31 +02:00 committed by Tim Abbott
parent 2612a3b657
commit a5be9b5463
2 changed files with 14 additions and 12 deletions

View File

@ -34,10 +34,10 @@ format used by the Zulip server that they are interacting with.
**Feature level 205** **Feature level 205**
* [`POST /register`](/api/register-queue): `streams` field in the response * [`POST /register`](/api/register-queue): `streams` field in the response
now included web-public streams as well. now includes [web-public streams](/help/public-access-option) as well.
* [`GET /events`](/api/get-events): Events for stream creation and deletion * [`GET /events`](/api/get-events): Events for stream creation and deletion
are now sent to the user if they gain or lose access to some streams due are now sent to clients when a user gains or loses access to any streams
to change in their role. due to a change in their [role](/help/roles-and-permissions).
**Feature level 204** **Feature level 204**

View File

@ -1165,18 +1165,19 @@ paths:
This event is also sent when a user gains access to a stream they This event is also sent when a user gains access to a stream they
previously [could not access](/help/stream-permissions), such as previously [could not access](/help/stream-permissions), such as
when a private stream is made public, their role changes or when when their [role](/help/roles-and-permissions) changes, a
a [guest user](/help/roles-and-permissions) is subscribed to a private stream is made public, or a guest user is subscribed
public (or private) stream. to a public (or private) stream.
Note that organization administrators who are not subscribed will Note that organization administrators who are not subscribed will
not be able to see content on the stream; just that it exists. not be able to see content on the stream; just that it exists.
**Changes**: Prior to Zulip 8.0 (feature level 205), this event was **Changes**: Prior to Zulip 8.0 (feature level 205), this event was
not sent when a user gained access to a stream due to role change. not sent when a user gained access to a stream due to their role
changing.
**Changes**: Prior to Zulip 8.0 (feature level 192), this event was Prior to Zulip 8.0 (feature level 192), this event was not sent
not sent when guest users gained access to a public stream by being when guest users gained access to a public stream by being
subscribed. subscribed.
properties: properties:
id: id:
@ -1228,11 +1229,12 @@ paths:
Event sent to all users who can see a stream when it is deactivated. Event sent to all users who can see a stream when it is deactivated.
This event is also sent when a user loses access to a stream they This event is also sent when a user loses access to a stream they
previously [could access](/help/stream-permissions) when their roles previously [could access](/help/stream-permissions) because their
changes. [role](/help/roles-and-permissions) has changed.
**Changes**: Prior to Zulip 8.0 (feature level 205), this event was **Changes**: Prior to Zulip 8.0 (feature level 205), this event was
not sent when a user lost access to a stream due to role change. not sent when a user lost access to a stream due to their role
changing.
properties: properties:
id: id:
$ref: "#/components/schemas/EventIdSchema" $ref: "#/components/schemas/EventIdSchema"