mirror of https://github.com/zulip/zulip.git
minor: Fix typo in summary.
The summary for add_code_playground wrongly mentions 'Remove' instead of 'Add' in the summary. Fixed the typo.
This commit is contained in:
parent
df43d6d99e
commit
6107679f61
|
@ -7041,7 +7041,7 @@ paths:
|
|||
/realm/playgrounds:
|
||||
post:
|
||||
operationId: add_code_playground
|
||||
summary: Remove a code playground
|
||||
summary: Add a code playground
|
||||
tags: ["server_and_organizations"]
|
||||
description: |
|
||||
Configure [code playgrounds](/help/code-blocks#code-playgrounds) for the organization.
|
||||
|
|
Loading…
Reference in New Issue