konova/api/tests/v1/update/intervention_share_update_put_body.json
mpeltriaux edcf7b3c78 #101 Team sharing tests
* adds tests for team sharing
* extends the API for team sharing support
* adds shared_teams property shortcut for ShareableObjectMixin
* adds full support for team-based sharing to all views and functions
* simplifies ShareModalForm
* adds/updates translations
2022-02-18 13:52:27 +01:00

8 lines
86 B
JSON

{
"users": [
"CHANGE_ME"
],
"teams": [
"CHANGE_ME"
]
}