Put
Endpoint for update provider storage settings
Authorized Roles : PROVIDER
Request
            
                URI
                    
                                PUT                            
                            https://{api_host}/provider/storagesettings
                            COPY
                    Request Body
                        
                            
                                            
                                                                                            
                                                    ProviderStorageSettingsDTO                                                
                                            
                                                                                            of type(s)
                                            
                                            
                                                application/json                                            
                                        
                                                                                    Required
                                        
                                    {
    "storageType": "string",
    "url": "string",
    "accessKey": "string",
    "secretKey": "string",
    "bucket": "string",
    "region": "string",
    "thumbprint": "string",
    "links": [
        {
            "rel": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "title": "string",
            "type": "string",
            "deprecation": "string",
            "profile": "string",
            "name": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                storageType            
                            Optional
                    storageType
            
            
                                    string
                
                
            
        
        
                url            
                            Optional
                    url
            
            
                                    string
                
                
            
        
        
                accessKey            
                            Optional
                    accessKey
            
            
                                    string
                
                
            
        
        
                secretKey            
                            Optional
                    secretKey
            
            
                                    string
                
                
            
        
        
                bucket            
                            Optional
                    bucket
            
            
                                    string
                
                
            
        
        
                region            
                            Optional
                    region
            
            
                                    string
                
                
            
        
        
                thumbprint            
                            Optional
                    thumbprint
Responses
                        
                200            
            
        OK
Operation doesn't return any data structure
            
            
                    
                400            
            
        Bad Request
Operation doesn't return any data structure
            
            
                    Provider Storage Settings Operations
        
                                            
                            
                                    POST                                
                                
                                        Create 2                                    
                                
                                    DELETE                                
                                
                                        Delete Provider Backup Storage Settings                                    
                                
                                    GET                                
                                
                                        Get Page 2                                    
                                
                                    GET                                
                                
                                        Get Storage                                    
                                
                                    PUT                                
                                
                                        Put                                    
                                