We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4ec0c + 3ac381d commit e644c40Copy full SHA for e644c40
2 files changed
src/endpoints/Newsrooms/types.ts
@@ -148,6 +148,7 @@ export interface UpdateRequest {
148
149
is_plausible_enabled?: boolean;
150
is_white_labeled?: boolean;
151
+ redirect_to_canonical_url?: boolean;
152
153
onetrust_cookie_consent?: {
154
is_enabled?: boolean;
src/types/Newsroom.ts
@@ -124,6 +124,7 @@ export interface Newsroom extends NewsroomRef {
124
is_subscription_form_enabled: boolean;
125
auto_create_contacts_from_subscribers: boolean;
126
is_white_labeled: boolean;
127
+ redirect_to_canonical_url: boolean;
128
129
is_plausible_enabled: boolean;
130
plausible_site_id: string;
0 commit comments