Validate Package
POST https://{{vaultDNS}}/api/{{version}}/services/package/actions/validate
https://developer.veevavault.com/api/20.2/#validate-package
Validate a VPK package attached to this request. The validation response will include information on dependent components and whether they exist in the package or the target vault. For packages that include Vault Java SDK code, this checks checks code compilation and restrictions in use of the JDK. For example, new is not allowed for non-whitelisted classes. Learn more about limits and restrictions.
This endpoint does not import your package.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |