jsonResponseMode property
Response mode for JSON: 'sync' or 'async'
- sync: Direct 200 OK response with JSON body
- async: 202 Accepted with polling mechanism
Implementation
final String jsonResponseMode;
Response mode for JSON: 'sync' or 'async'
final String jsonResponseMode;