From 2c11824cc299827ea27b6bc257b0712392f977cb Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Thu, 5 May 2022 15:40:41 +0200 Subject: [PATCH] api_docs: Fix formatting and spacing errors in api changelog. Fixes a few formatting errors in the api changelog documentation. --- templates/zerver/api/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index e64280804f..1b0857ac9b 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -23,7 +23,7 @@ format used by the Zulip server that they are interacting with. **Feature level 129** * [`POST /register`](/api/register-queue), - [`GET/events`](/api/get-events), `PATCH /realm`: Added realm setting + [`GET /events`](/api/get-events), `PATCH /realm`: Added realm setting `want_advertise_in_communities_directory` for organizations to give permission to be advertised in the Zulip communities directory. @@ -695,7 +695,7 @@ field with an integer field `invite_to_realm_policy`. **Feature level 39** -* Added new [GET /users/{email}](/api/get-user-by-email) endpoint. +* Added new [`GET /users/{email}`](/api/get-user-by-email) endpoint. **Feature level 38** @@ -905,7 +905,7 @@ No changes; feature level used for Zulip 3.0 release. subscribe/unsubscribe, declared in the `principals` parameter, can now be referenced by user_id, rather than Zulip display email address. -* [PATCH /messages/{message_id}](/api/update-message): Added +* [`PATCH /messages/{message_id}`](/api/update-message): Added `send_notification_to_old_thread` and `send_notification_to_new_thread` optional parameters.