documentation-developer
documentation-developer copied to clipboard
ezp -> ibexa
PR Fixes wrong namings (REST API) See https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml for correct REST routes
Section about contenttypes endpoint needs to reevaluated - the endpoint does not exist in current release!
Checklist
- [ ] Text renders correctly
- [ ] Text has been checked with vale
- [ ] Description metadata is up to date
- [ ] Redirects cover removed/moved pages
- [ ] Code samples are working
- [ ] PHP code samples have been fixed with PHP CS fixer
- [ ] Added link to this PR in relevant JIRA ticket or code PR
Hi @ciastektk ,
Docs mention a contenttypes endpoint for the REST API (see
https://doc.ibexa.co/en/latest/personalization/enable_personalization/#check-whether-the-bundle-provides-rest-data) - which is not defined in https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml.
Was the endpoint removed at some point or is /personalization/v1/content/list/{contentIds} a replacement ?
@reithor About:
Hi @ciastektk , Docs mention a
contenttypesendpoint for the REST API (see https://doc.ibexa.co/en/latest/personalization/enable_personalization/#check-whether-the-bundle-provides-rest-data) - which is not defined in https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml.Was the endpoint removed at some point or is
/personalization/v1/content/list/{contentIds}a replacement ?
I see these endpoint was removed in https://github.com/ezsystems/ezrecommendation-client/pull/102 (cross-merged in https://github.com/ibexa/personalization/pull/117) and there is no replacement mentioned - it's described as useless code.
Could you please remove mentions of this endpoint and then we could merge this?
@mnocon @nkostiv : changes:
- details about token authorization
- the export command part (export command always needs siteaccess, customer-id and license-key)
- added information about where exported files ares stored locally (see also: https://github.com/ibexa/documentation-developer/pull/2499)