Skip to content

Commit b984b1a

Browse files
committed
minor changes
1 parent 760a7fb commit b984b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/personalization/enable_personalization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ When you publish a content item a bearer token is created and saved to the `ibex
167167
Additionally a POST request is send to the Personalization Engine, containing the token
168168
and the Rest URL where the Personalization Engine can fetch the changed Content.
169169

170-
The BEARER_TOKEN is the newest one in `ibexa_token` table having `type=1` and `identifier=update`. The token has a default lifetime of one day.
170+
The `BEARER_TOKEN` is the newest one in `ibexa_token` table having `type=1` and `identifier=update`. The token has a default lifetime of one day.
171171

172172
You can use this token to check what is provided to the Personalization Engine:
173173

@@ -184,7 +184,7 @@ Additionally, check whether the `contentlist` endpoint is working with the foll
184184
185185
curl --location '{PERSONALIZATION_HOST_URI}/api/ibexa/v2/personalization/v1/contentlist/{comma_separated_content_ids}?lang={comma_separated_languages}' \
186186
--header 'Accept: application/vnd.ibexa.api.ContentList+json' \
187-
--header 'AUTHORIZATION: Bearer {BEARER_TOKEN}'
187+
--header 'Authorization: Bearer {BEARER_TOKEN}'
188188
189189
```
190190

0 commit comments

Comments
 (0)