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
Reference Doc suggestion. Section 16.11.4 "Supported handler method arguments and return types" can now include the new @RequestBody from 18.2.1.2 section on REST. Suggested wording:
@RequestBody for access to the entire body of the HTTP request, see section 18.2.1.2
Affects: 3.0 M3
The text was updated successfully, but these errors were encountered:
Ken Krueger opened SPR-5894 and commented
Reference Doc suggestion. Section 16.11.4 "Supported handler method arguments and return types" can now include the new
@RequestBody
from 18.2.1.2 section on REST. Suggested wording:@RequestBody
for access to the entire body of the HTTP request, see section 18.2.1.2Affects: 3.0 M3
The text was updated successfully, but these errors were encountered: