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