Tomohiko Ozawa 37451fa569
[Java][resttemplate] Add test for bearer auth (#17081)
* add bearer auth API to echo-api

* run generate-samples.sh

* add resttemplate echo-api sample

* add bearer auth test

* remove @Ignore
2023-11-16 00:38:49 +08:00

439 B

Query

Properties

Name Type Description Notes
id Long Query [optional]
outcomes List<OutcomesEnum> [optional]

Enum: List<OutcomesEnum>

Name Value
SUCCESS "SUCCESS"
FAILURE "FAILURE"
SKIPPED "SKIPPED"