change response of edit domain to array
This commit is contained in:
		@@ -2987,23 +2987,25 @@ paths:
 | 
				
			|||||||
          $ref: "#/components/responses/Unauthorized"
 | 
					          $ref: "#/components/responses/Unauthorized"
 | 
				
			||||||
        "200":
 | 
					        "200":
 | 
				
			||||||
          content:
 | 
					          content:
 | 
				
			||||||
            "*/*":
 | 
					            application/json:
 | 
				
			||||||
              schema:
 | 
					              schema:
 | 
				
			||||||
                properties:
 | 
					                type: array
 | 
				
			||||||
                  log:
 | 
					                items:
 | 
				
			||||||
                    description: contains request object
 | 
					                  type: object
 | 
				
			||||||
                    items: {}
 | 
					                  properties:
 | 
				
			||||||
                    type: array
 | 
					                    log:
 | 
				
			||||||
                  msg:
 | 
					                      description: contains request object
 | 
				
			||||||
                    items: {}
 | 
					                      items: {}
 | 
				
			||||||
                    type: array
 | 
					                      type: array
 | 
				
			||||||
                  type:
 | 
					                    msg:
 | 
				
			||||||
                    enum:
 | 
					                      items: {}
 | 
				
			||||||
                      - success
 | 
					                      type: array
 | 
				
			||||||
                      - danger
 | 
					                    type:
 | 
				
			||||||
                      - error
 | 
					                      enum:
 | 
				
			||||||
                    type: string
 | 
					                        - success
 | 
				
			||||||
                type: object
 | 
					                        - danger
 | 
				
			||||||
 | 
					                        - error
 | 
				
			||||||
 | 
					                      type: string
 | 
				
			||||||
          description: OK
 | 
					          description: OK
 | 
				
			||||||
          headers: {}
 | 
					          headers: {}
 | 
				
			||||||
      tags:
 | 
					      tags:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user