mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
api_docs: Add "MessageId" common component.
To facilitate re-use of the same parameters in other paths, this commit store the content of the parameter "message_id" in components.
This commit is contained in:
committed by
Tim Abbott
parent
05bb1e7075
commit
7c3169a1d9
@@ -57,7 +57,7 @@ class OpenAPIToolsTest(ZulipTestCase):
|
||||
'name': 'message_id',
|
||||
'in': 'path',
|
||||
'description':
|
||||
'The ID of the message that you wish to edit/update.\n',
|
||||
'The target message\'s ID.\n',
|
||||
'example': 42,
|
||||
'required': True,
|
||||
'schema': {'type': 'integer'}
|
||||
|
Reference in New Issue
Block a user