Developer Toolkit Validate
post
                    /rest/v19/adminMeta/actions/validate
Use this endpoint to validate BML and BMLT updates provided in the input file. This endpoint is equivalent to the 'cpq-toolkit push --no-test --no-save' command.
                
                Request
Supported Media Types
                - multipart/form-data
Form Parameters
                
                
                
                
                
                
                Back to Top
                Response
Supported Media Types
                - application/zip
Default Response
Returns a zip file with associated log files.
                
                
                    Root Schema : schema
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
fileExamples
Use this endpoint to validate BML and BMLT updates provided in the input file by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.
This endpoint is equivalent to the 'cpq-toolkit push --no-test --no-save' command.
curl -H "Authorization: Bearer <token>" "https://sitename.oracle.com/rest/v19/adminMeta/actions/validate" \ -X POST \ -H "Accept: application/zip" \ -H \ \ -H "Content-Type: multipart/form-data"