mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	openapi: Add enum values to role node in specs.
We will eventually want to improve descriptions here too.
This commit is contained in:
		
				
					committed by
					
						
						Steve Howell
					
				
			
			
				
	
			
			
			
						parent
						
							f4181ea300
						
					
				
				
					commit
					9b6da158ad
				
			@@ -353,6 +353,11 @@ paths:
 | 
			
		||||
                                          type: integer
 | 
			
		||||
                                          description: |
 | 
			
		||||
                                            The new role of the user in integer.
 | 
			
		||||
                                          enum:
 | 
			
		||||
                                            - 100
 | 
			
		||||
                                            - 200
 | 
			
		||||
                                            - 400
 | 
			
		||||
                                            - 600
 | 
			
		||||
                                    - type: object
 | 
			
		||||
                                      additionalProperties: false
 | 
			
		||||
                                      description: |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user