File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -457,9 +457,18 @@ authTokenService:
457
457
uri: /tokens
458
458
459
459
# Simple ping service
460
+ # Must respond with HTTP 200 OK
461
+ # if enable-extended-response is true, returns the following JSON response
462
+ # {
463
+ # "client_ip": "<caller ip>",
464
+ # "host": "<hostname>",
465
+ # "message": "Greetings from RESTHeart!",
466
+ # "version": "<RESTHeart version>"
467
+ # }
460
468
ping:
461
469
enabled: true
462
470
msg: Greetings from RESTHeart!
471
+ enable-extended-response: true
463
472
464
473
# Returns the roles of the authenticated user
465
474
roles:
@@ -678,4 +687,4 @@ connection-options:
678
687
# even when it is not strictly required by the specification.
679
688
# Defaults to true
680
689
ALWAYS_SET_KEEP_ALIVE: true
681
- ----
690
+ ----
You can’t perform that action at this time.
0 commit comments