-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(UA-9179): add properties endpoints to client #839
feat(UA-9179): add properties endpoints to client #839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The calls aren't available in Swagger, will they be soon? We should add them to our experimental client in the mean time instead of adding internal calls to this public repository
b45fb12
to
e10230d
Compare
:sosolate: Its already in the experimental client, I'm just getting ready for when its public in swagger :p |
@GermainBergeron The calls are available in prod |
@aperron-coveo Are they supposed to be here? I can't find them 🤔 |
I'm currently adding it to the proxy config https://github.com/coveo-platform/proxy/pull/1429, but for now its available here |
🎉 This issue has been resolved in version 55.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
UA-9179
Added definitions for list, get, create, update and delete properties
Acceptance Criteria