Skip to content
New issue

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

API endpoint /experiment-files #19

Open
6 tasks done
mjstealey opened this issue Sep 7, 2022 · 0 comments
Open
6 tasks done

API endpoint /experiment-files #19

mjstealey opened this issue Sep 7, 2022 · 0 comments
Assignees

Comments

@mjstealey
Copy link
Member

mjstealey commented Sep 7, 2022

/experiment-files

Linked file URN references that are associated to experiments by an Operator

Endpoints

  • /experiment-files paginated
  • /experiment-files/{int:pk}

Functions

  • search - by experiment_id as operator
  • create - as operator
  • detail - by file_id as experiment member or operator
  • delete file - by file_id as operator

Fields

--- /experiment-files
file_id:             - int
file_location:       - string
file_name:           - string
file_notes:          - string
file_type:           - enum["ip_list", "ovpn"]
--- /experiment-files/{int:pk}
created_date:        - string
file_id:             - int
file_location:       - string
file_name:           - string
file_notes:          - string
file_type:           - enum["ip_list", "ovpn"]
modified_date:       - string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant