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
The 'Clone analysis framework' features uses a Rest API.
The 'Clone analysis framework ' feature works with a graphql mutation.
ApiView:
server/apps/analysis_framework/views.py
Lines 88 to 135 in bbfdef2
Used Serializer:
server/apps/analysis_framework/serializers.py
Lines 173 to 300 in bbfdef2
Rest Framework urls
method: POST url: /api/v1/clone-analysis-framework/3/ request payload:{"title":"New framework test (cloned)2","description":"New framework testing"} response: { "id" :int, "title": str, "description":str, }
type CloneAnalysisFramework { errors: [GenericScalar!] ok: Boolean result: AnalysisFrameworkDetailType } input AnalysisFrameworkCloneInputType { title: String! description: String project: Int }
The text was updated successfully, but these errors were encountered:
susilnem
No branches or pull requests
Problem Statement
The 'Clone analysis framework' features uses a Rest API.
Acceptance Criteria
The 'Clone analysis framework ' feature works with a graphql mutation.
Existing
ApiView:
server/apps/analysis_framework/views.py
Lines 88 to 135 in bbfdef2
Used Serializer:
server/apps/analysis_framework/serializers.py
Lines 173 to 300 in bbfdef2
Additional Information
Rest Framework urls
Purposed
The text was updated successfully, but these errors were encountered: