-
Notifications
You must be signed in to change notification settings - Fork 5
feat: Add ContentAi configuration entity to the API Service #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR will trigger no release when merged. |
@rachel-kittens in order your changes to api spec to be pushed, please run after you merge your changes in |
5275f6c
to
226cf8a
Compare
- Add 'contentAi' property in the Config schema with a reference to ContentAiConfig. - Defined ContentAiConfig schema with 'key' and 'index' properties as strings.
…escription for 'index' property
…ation and Site request payload examples.
…and package-lock.json to latest versions (2.15.2).
bb909fc
to
e147d50
Compare
# [1.104.0](v1.103.10...v1.104.0) (2025-04-23) ### Features * Add ContentAi configuration entity to the API Service ([#858](#858)) ([1001aba](1001aba))
🎉 This PR is included in version 1.104.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Updates the API Service to support ContentAi configuration through the following changes:
Testing
Updated tests to verify ContentAi configuration handling
Ensured all existing tests pass with the updated dependency locally by updating the dependency on
spacecat-shared-data-access
to use a version that includes the contentAiConfig property.Modify the package.json dependency:
Please ensure your pull request adheres to the following guidelines:
describe here the problem you're solving.
If the PR is changing the API specification:
yet. Ideally, return a 501 status code with a message explaining the feature is not implemented yet.
If the PR is changing the API implementation or an entity exposed through the API:
If the PR is introducing a new audit type:
Related Issues
Spacecat ContentAI Config
Thanks for contributing!