-
- Downloads
TMSS-234: POST API to copy scheduling_unit_draft
POST API /scheduling_unit_draft/{scheduling_unit_draft_id}/copy/ create a copy of a scheduling unit draft. If no scheduling_set_id is specified as post parameter (or an invalid id is provided) the new scheduling unit draft will belong to the same scheduling_set.
Showing
- SAS/TMSS/src/tmss/tmssapp/serializers/specification.py 6 additions, 1 deletionSAS/TMSS/src/tmss/tmssapp/serializers/specification.py
- SAS/TMSS/src/tmss/tmssapp/tasks.py 2 additions, 0 deletionsSAS/TMSS/src/tmss/tmssapp/tasks.py
- SAS/TMSS/src/tmss/tmssapp/viewsets/specification.py 53 additions, 10 deletionsSAS/TMSS/src/tmss/tmssapp/viewsets/specification.py
- SAS/TMSS/src/tmss/urls.py 2 additions, 1 deletionSAS/TMSS/src/tmss/urls.py
Please register or sign in to comment