Update an ORDS privilege
put
                    /ords/rest/privileges/{id}
Updates an ORDS privilege.
                
                Request
Path Parameters
                - 
                    id(required):  integer
                    
                    ID for specific ORDS privilege.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    comments: string
                    
                    
                     
                    
                
                
                Comments text.
- 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                ORDS privilege description text.
- 
                
                    
                    label: string
                    
                    
                     
                    
                
                
                ORDS privilege label.
- 
                
                    
                    modules: string
                    
                    
                     
                    
                
                
                String of an ORDS modules list separated by the null char.
- 
                
                    
                    name(required): string
                    
                    
                     
                    
                
                
                Name of the ORDS privilege
- 
                
                    
                    patterns: string
                    
                    
                     
                    
                
                
                String of an ORDS patterns list separated by the null char.
- 
                
                    
                    roles: string
                    
                    
                     
                    
                
                
                String of an ORDS roles list separated by the null char.
Response
Supported Media Types
                - application/json
200 Response
Details of the ORDS privilege that has been successfully updated.
                            
                            
                                400 Response
No name parameter provided or Length parameter is too long or Privilege name already exists.
                            
                            
                            
                            
                        403 Response
You do not have permission to update this privilege.
                            
                            
                            
                            
                        404 Response
A privilege or role name or module name o does not existname does not exist.