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 ' create region' features uses a Rest API.
The 'Region' feature works with a graphql mutation.
server/apps/geo/serializers.py
Lines 35 to 81 in 0c1dc33
server/apps/geo/views.py
Lines 40 to 50 in 0c1dc33
Rest Framework urls method: POST url: api/v1/regions/ request payload: {"title":"Nepal Region","code":"NPL","project":"3","public":false,"isPublished":false} response: { "count": int, "next": null, "previous": null, "results":{ "id": ID, "modifiedAt": Datetime, "modifiedBy": ID, "createdByName": str, "modifiedByName": str, "versionId": ID, "adminLevels": [], "isPublished": Boolean, "createdAt": Datetime, "code": str, "title": Str, "public": boolean, "cacheIndex": int, "createdBy": Id } }
The text was updated successfully, but these errors were encountered:
PR: #1449
Sorry, something went wrong.
Hey @sudan45 Can you check if we have already created ticket for publishing geo regions?
Update: Found it
sudan45
No branches or pull requests
Problem Statement
The ' create region' features uses a Rest API.
Acceptance Criteria
The 'Region' feature works with a graphql mutation.
Additional Information
serializer
server/apps/geo/serializers.py
Lines 35 to 81 in 0c1dc33
views
server/apps/geo/views.py
Lines 40 to 50 in 0c1dc33
The text was updated successfully, but these errors were encountered: