feat: Add schema for uuid property in app update response
This commit is contained in:
		@@ -233,6 +233,12 @@ paths:
 | 
			
		||||
      responses:
 | 
			
		||||
        '200':
 | 
			
		||||
          description: 'Application updated.'
 | 
			
		||||
          content:
 | 
			
		||||
            application/json:
 | 
			
		||||
              schema:
 | 
			
		||||
                properties:
 | 
			
		||||
                  uuid: { type: string }
 | 
			
		||||
                type: object
 | 
			
		||||
        '401':
 | 
			
		||||
          $ref: '#/components/responses/401'
 | 
			
		||||
        '400':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user