mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Minor fix to API docs for topic names
"Subject" => "topic" in the prose description (though the API field is still "subject"), and fix a misspelled word. (imported from commit b5a65c87e419c2cacb9f87a03f32a1a8701b440d)
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
				
			|||||||
            ],
 | 
					            ],
 | 
				
			||||||
            [
 | 
					            [
 | 
				
			||||||
                "subject",
 | 
					                "subject",
 | 
				
			||||||
                "The subject for the message (Only required if type is \u201cstream\u201d). Maxiumum length of 60 characters."
 | 
					                "The topic for the message (Only required if type is \u201cstream\u201d). Maximum length of 60 characters."
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "example_request": {
 | 
					        "example_request": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user