Updates the ORDS OAuth client avatar image.
post
                    /ords/rest/clients/{id}/logo/
Updates the ORDS OAuth client avatar image.
                
                Request
Path Parameters
                - 
                    id(required):  integer
                    
                    ID for specific OAuth client.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    body(required): string
                    
                    
                     
                    
                
                
                files uploaded directly with the request content and files uploaded with multipart requests.
- 
                
                    
                    content_type(required): string
                    
                    
                     
                    
                
                
                Under content, specify the request media type (such as image/png or application/octet-stream). Files use a type: string schema with format: binary or format: base64, depending on how the file contents will be encoded.
- 
                
                    
                    current_user(required): string
                    
                    
                     
                    
                
                
                The user requesting this change.
Response
Supported Media Types
                - application/json
201 Response
Details of the ORDS OAuth  avatar that has been successfully updated.