-
Notifications
You must be signed in to change notification settings - Fork 14
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(specs): add objects endpoints #54
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.
Few duplicated refs but looks really good!! GG
clients/algoliasearch-client-javascript/client-search/model/deleteObjectResponse.ts
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-javascript/client-search/model/deleteByResponse.ts
Outdated
Show resolved
Hide resolved
clients/algoliasearch-client-javascript/client-search/model/clearObjectsResponse.ts
Outdated
Show resolved
Hide resolved
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.
Looks good overall! Small comment on the searchParams
hence the request changes
additionalProperties: | ||
$ref: 'common/schemas.yml#/attribute' |
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.
Shouldn't it be properties
?
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.
It's the same type of data than the partialUpdate one, with n attributes to retrieve. Is it different ?
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.
I was wondering if there was mandatory fields etc. but if not then it's good like this
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.
Seems good!
We should maybe create Jira tasks for the missing CTS so we don't forget
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-189
Changes included:
objects
endpoints🧪 Test
CI :D