Skip to content

Commit

Permalink
Merge pull request #353 from prezly/feature/dev-19095-ui-to-enter-cus…
Browse files Browse the repository at this point in the history
…tom-policy-links-and-contents

[DEV-19095] Fix mistake in Newsrooms.UpdateRequest
  • Loading branch information
pestaa authored Jan 14, 2025
2 parents 514ddb1 + 179392e commit ce0585b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/endpoints/Newsrooms/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ export interface UpdateRequest {
* Available only when license has
* "custom_privacy_policy_link" feature flag
*/
custom_privacy_cookie_link?: string | null;
custom_cookie_policy_link?: string | null;
/**
* Available only when license has
* "custom_privacy_policy_link" feature flag
*/
custom_privacy_cookie_content?: string | null;
custom_cookie_policy_content?: string | null;
/**
* Available only when license has
* "custom_data_request_link" feature flag
Expand Down

0 comments on commit ce0585b

Please sign in to comment.