mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 11:42:10 +00:00
27 lines
549 B
YAML
27 lines
549 B
YAML
- key: get_branding_settings
|
|
expect:
|
|
grpc:
|
|
service: zitadel.settings.v2alpha.SettingsService
|
|
method: GetBrandingSettings
|
|
actions:
|
|
- reply_grpc:
|
|
payload: >
|
|
{
|
|
"details": {},
|
|
"settings": {}
|
|
}
|
|
#- key: verify_email
|
|
# expect:
|
|
# grpc:
|
|
# service: zitadel.user.v2alpha.UserService
|
|
# method: VerifyEmail
|
|
# actions:
|
|
# - reply_grpc:
|
|
# payload: >
|
|
# {
|
|
# "details": {
|
|
# "resourceOwner": "dinimueter"
|
|
# }
|
|
# }
|
|
#
|