apigeelint
Version:
Node module to lint and Apigee Edge bundle.
15 lines (14 loc) • 349 B
text/xml
<AssignMessage name="AM-MissingKey">
<Set>
<StatusCode>400</StatusCode>
<ReasonPhrase>Bad Request</ReasonPhrase>
<Payload contentType="application/json">{
"error" : {
"code" : 400.14,
"message" : "the apikey is missing"
}
}
</Payload>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
</AssignMessage>