You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should only allow defining only single payload parameter for a single http post resource method definition. But there are two ways that we can define more than one payload parameter for the resource method.
Steps to Reproduce
Case 1:
resourcefunction post foo(@http:PayloadPayloadTypepayload, @http:PayloadPayloadTypepayload2) {
do {
} onfailerrorerr {
// handle error
}
}
Case 2:
resourcefunction post foo(PayloadTypepayload, @http:PayloadPayloadTypepayload2) {
do {
} onfailerrorerr {
// handle error
}
}
Version
update-11
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
We should only allow defining only single payload parameter for a single http post resource method definition. But there are two ways that we can define more than one payload parameter for the resource method.
Steps to Reproduce
Case 1:
Case 2:
Version
update-11
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: