Create an ORDS role
post
                    /ords/rest/roles/
Creates an ORDS role.
                
                Request
There are no request parameters for this operation.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    role_name(required): string
                    
                    
                     
                    
                
                
                ORDS role for specific module
- 
                
                    
                    run_mode: string
                    
                    
                     
                    
                
                
                Its value can be 'codePreview', which would make the endpoint respond with the code the backend would have executed. When the parameter is not provided, the endpoint will respond with the results of the operation execution.
Response
Supported Media Types
                - application/json
200 Response
Details of the ORDS role that has been successfully created.
                            
                            
                                400 Response
No role_name parameter provided.
                            
                            
                            
                            
                        409 Response
A role with that name already exists.