Skip to content

Commit 956bd87

Browse files
committed
review
1 parent 79a59b3 commit 956bd87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command="BUNDLE_WITH_DOC=true DOCKER=true yarn cli build specs all && yarn website:build"
33
publish="website/build"
4-
ignore="git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- website/"
4+
ignore="git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- website/ specs/"
55

66
[build.environment]
77
YARN_VERSION = "3.1.1"

specs/personalization/paths/deleteUserProfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ delete:
66
description: |
77
Delete the user profile and all its associated data.
88
9-
Returns, as part of the response, a date until which the data can safely be considered as deleted for the given user. This means that if you send events for the given user before this date, they will be ignored. Any data received after the deletedUntil date will start building a new user profile.
9+
Returns, as part of the response, a date until which the data can safely be considered as deleted for the given user. This means if you send events for the given user before this date, they will be ignored. Any data received after the deletedUntil date will start building a new user profile.
1010
11-
It might take a couple hours before for the deletion request to be fully processed.
11+
It might take a couple hours for the deletion request to be fully processed.
1212
parameters:
1313
- $ref: '../common/parameters.yml#/UserToken'
1414
responses:
@@ -28,7 +28,7 @@ delete:
2828
$ref: '../common/parameters.yml#/userToken'
2929
deletedUntil:
3030
type: string
31-
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.
31+
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.
3232
'400':
3333
$ref: '../../common/responses/BadRequest.yml'
3434
'402':

specs/recommend/paths/getRecommendations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ post:
22
tags:
33
- recommendations
44
operationId: getRecommendations
5-
summary: Get Recommendations.
5+
summary: Get recommendations.
66
description: Returns recommendations for a specific model and objectID.
77
requestBody:
88
required: true

0 commit comments

Comments
 (0)