Maven shows the Import API proxy API taking a validate query param?

The Maven apigee-deploy-maven-plugin shows the "import API proxy" API taking a "validate" query param. However, that query param does not appear in the doc or the spec. I tried it, but I do not see any difference in the API.

Is that a valid query param?

Stephen

Solved Solved
0 3 125
1 ACCEPTED SOLUTION

adas
New Member

@sgilson The query param is valid. The UI uses that while importing apiproxies. If you have an invalid bundle, you would see an error when importing the apiproxy if the validate=true is set. This parameter forces the management server to perform validation of the zip being imported, so if there are errors you know the bundle is invalid or missing something.

View solution in original post

3 REPLIES 3

adas
New Member

@sgilson The query param is valid. The UI uses that while importing apiproxies. If you have an invalid bundle, you would see an error when importing the apiproxy if the validate=true is set. This parameter forces the management server to perform validation of the zip being imported, so if there are errors you know the bundle is invalid or missing something.

Thanks - by default, is it true if omitted?

The default value of the validate query param is false. See the updated doc here:

http://apigee.com/docs/management/apis/post/organi...

Stephen