-
Notifications
You must be signed in to change notification settings - Fork 30
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
Better: Allow to filter by sources type RD-29241 #249
base: master
Are you sure you want to change the base?
Conversation
I mark the PR as a draft as I have some trouble with the CI |
# Conflicts: # specs/README.md
@jiop can you take a look at this PR ? I can't change the reviewers. |
name: type | ||
required: false | ||
schema: | ||
type: string |
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.
We can probably add an enum
with the list of accepted types (like what we do for permissions).
@GCorbel what's happening with this PR? |
I don't have the permission to merge PRs. I take a look at the Fabien's comment. |
It looks like I don't have permissio nto push a commit anymore :
Is it possible to give me them back ? |
unfortunately we can't, please create a fork and open a pull request. you might have created this PR before everyone lost access to the RC org |
This adds the documentation for the new type parameter for the content-sources endpoint.