Skip to content

Commit

Permalink
added reference to jupyter notebook docs in docstrings for upload end…
Browse files Browse the repository at this point in the history
…point
  • Loading branch information
JJFlorian committed Mar 22, 2024
1 parent d690bd9 commit 0051637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@ class UploadTaskListView(mixins.UserOrganizationMixin, generics.ListAPIView):
String (*optional*) When not filled in, the default project number is used. If that doesnt exist, the upload fails.
`registration_type`:
String (*required*) available options are found in the docs
String (*required*)
`request_type`:
String (*required*) options: registration, replace, insert, move, delete. Some may not be possible for a given registration_type. Check the docs for the possible combinations
String (*required*) options: registration, replace, insert, move, delete. Some may not be possible for a given registration_type. Check out https://github.com/nens/bro-hub/blob/main/upload_examples.ipynb for the possible combinations
`metadata`:
dict (*required*) check the docs
dict (*required*) see https://github.com/nens/bro-hub/blob/main/upload_examples.ipynb
`sourcedocument_data`:
dict (*required*) check the docs
dict (*required*) see https://github.com/nens/bro-hub/blob/main/upload_examples.ipynb
"""

Expand Down

0 comments on commit 0051637

Please sign in to comment.