mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	api docs: Fix indentation.
This commit is contained in:
		@@ -91,9 +91,9 @@ paths:
 | 
			
		||||
                      - Topic can't be empty
 | 
			
		||||
                - example:
 | 
			
		||||
                    {
 | 
			
		||||
                      "code": "BAD_REQUEST",
 | 
			
		||||
                      "msg": "You don't have permission to edit this message",
 | 
			
		||||
                      "result": "error"
 | 
			
		||||
                        "code": "BAD_REQUEST",
 | 
			
		||||
                        "msg": "You don't have permission to edit this message",
 | 
			
		||||
                        "result": "error"
 | 
			
		||||
                    }
 | 
			
		||||
  /users/me/{stream_id}/topics:
 | 
			
		||||
    get:
 | 
			
		||||
@@ -131,23 +131,23 @@ paths:
 | 
			
		||||
                            type: string
 | 
			
		||||
                - example:
 | 
			
		||||
                    {
 | 
			
		||||
                      "msg": "",
 | 
			
		||||
                      "result": "success",
 | 
			
		||||
                      "topics": [
 | 
			
		||||
                          {
 | 
			
		||||
                              "max_id": 26,
 | 
			
		||||
                              "name": "Denmark3"
 | 
			
		||||
                          },
 | 
			
		||||
                          {
 | 
			
		||||
                              "max_id": 23,
 | 
			
		||||
                              "name": "Denmark1"
 | 
			
		||||
                          },
 | 
			
		||||
                          {
 | 
			
		||||
                              "max_id": 6,
 | 
			
		||||
                              "name": "Denmark2"
 | 
			
		||||
                          }
 | 
			
		||||
                      ]
 | 
			
		||||
                  }
 | 
			
		||||
                        "msg": "",
 | 
			
		||||
                        "result": "success",
 | 
			
		||||
                        "topics": [
 | 
			
		||||
                            {
 | 
			
		||||
                                "max_id": 26,
 | 
			
		||||
                                "name": "Denmark3"
 | 
			
		||||
                            },
 | 
			
		||||
                            {
 | 
			
		||||
                                "max_id": 23,
 | 
			
		||||
                                "name": "Denmark1"
 | 
			
		||||
                            },
 | 
			
		||||
                            {
 | 
			
		||||
                                "max_id": 6,
 | 
			
		||||
                                "name": "Denmark2"
 | 
			
		||||
                            }
 | 
			
		||||
                        ]
 | 
			
		||||
                    }
 | 
			
		||||
        '400':
 | 
			
		||||
          description: Bad request.
 | 
			
		||||
          content:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user