mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	markdown: Remove macro for successful API JSON response.
Now that we have a Markdown extension-based test framework for generating and testing code examples on our /api pages, we don't need this macro anymore!
This commit is contained in:
		@@ -1,9 +0,0 @@
 | 
			
		||||
A typical successful JSON response may look like:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
{
 | 
			
		||||
    'msg':'',
 | 
			
		||||
    'id':134,
 | 
			
		||||
    'result':'success'
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
		Reference in New Issue
	
	Block a user