mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 12:12:53 +00:00
13 lines
265 B
YAML
13 lines
265 B
YAML
- key: get_branding_settings
|
|
expect:
|
|
grpc:
|
|
service: zitadel.settings.v2alpha.SettingsService
|
|
method: GetBrandingSettings
|
|
actions:
|
|
- reply_grpc:
|
|
payload: >
|
|
{
|
|
"details": {},
|
|
"settings": {}
|
|
}
|