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
@Path("{version}/corpus/{corpusId}/{docId}/{textId}/{matchId}/matchInfo")
should be completely removed in API v1.1.
See also #757
The text was updated successfully, but these errors were encountered:
Can you please explain: Why do you remove this? What is the replacement?
Sorry, something went wrong.
As explained in #757 the recommended path is {version}/corpus/{corpusId}/{docId}/{textId}/{matchId}.
{version}/corpus/{corpusId}/{docId}/{textId}/{matchId}
Perfect - thank you :-)
No branches or pull requests
@Path("{version}/corpus/{corpusId}/{docId}/{textId}/{matchId}/matchInfo")
should be completely removed in API v1.1.
See also #757
The text was updated successfully, but these errors were encountered: