Skip to content

Commit

Permalink
dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jan 13, 2022
1 parent 9883141 commit fa1288f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export type DeleteUserProfileResponse = {
/**
* A date until which the data can safely be considered as deleted for the given user. Any data received after the deletedUntil date will start building a new user profile.
*/
deletedUntil: Date;
deletedUntil: string;
};
1 change: 0 additions & 1 deletion specs/personalization/paths/deleteUserProfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ delete:
$ref: '../common/parameters.yml#/userToken'
deletedUntil:
type: string
format: date-time
description: A date until which the data can safely be considered as deleted for the given user. Any data received after the deletedUntil date will start building a new user profile.
'400':
$ref: ../../common/responses/BadRequest.yml
Expand Down

0 comments on commit fa1288f

Please sign in to comment.