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
For detail URLs, allow a canonical name to be used in place of the PK parameter, for those models on which it is appropriate.
E.g. GET ../v1/job-types/1/ and GET ../v1/job-types/train/ should perform the same action.
GET ../v1/job-types/1/
GET ../v1/job-types/train/
The text was updated successfully, but these errors were encountered:
csterling
No branches or pull requests
For detail URLs, allow a canonical name to be used in place of the PK parameter, for those models on which it is appropriate.
E.g.
GET ../v1/job-types/1/
andGET ../v1/job-types/train/
should perform the same action.The text was updated successfully, but these errors were encountered: