apigeelint
Version:
Node module to lint and Apigee Edge bundle.
15 lines (14 loc) • 352 B
text/xml
<AssignMessage name="AM-ExpiredKey">
<Set>
<StatusCode>401</StatusCode>
<ReasonPhrase>Not Authorized</ReasonPhrase>
<Payload contentType="application/json">{
"error" : {
"code" : 401.24,
"message" : "the apikey is expired"
}
}
</Payload>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
</AssignMessage>