We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR for adding aliases: #1398
The @Aliases endpoint allows to filter by path:
http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path
However, there is no way to filter by how an alias has been added, e.g.:
http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path&manual=true
I'd suggest adding a new parameter "manual" to the GET endpoint so that we can filter by "manual=true" or "manual=false"
The text was updated successfully, but these errors were encountered:
jonaspiterek
No branches or pull requests
PR for adding aliases: #1398
The @Aliases endpoint allows to filter by path:
http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path
However, there is no way to filter by how an alias has been added, e.g.:
http://localhost:8080/Plone/++api++/@aliases&q=/de/ft/my-path&manual=true
I'd suggest adding a new parameter "manual" to the GET endpoint so that we can filter by "manual=true" or "manual=false"
The text was updated successfully, but these errors were encountered: