CreateElementChildren endpoint
All threads resolved!
All threads resolved!
Closes #1816 (closed)
- The
worker_run_id
field is not included, since ElementPaths are not linked to worker runs. - Using the same URL as
ListElementChildren
andDestroyElementChildren
implies using the same APIView with two different serializers, which is really hard to handle as different serializer contexts are needed, different ACL checks are needed, nothing in the OpenAPI schema generation works, etc. -
/api/v1/element/<id>/children/bulk/
is already taken byCreateElements
. I went with/api/v1/element/parent/<id>/
, which is similar to/api/v1/element/<id>/parent/<id>/
ofCreateElementParent
, since this is a bulk version ofCreateElementParent
.
Merge request reports
Activity
changed milestone to %Arkindex 1.6.2
requested review from @babadie
assigned to @erouchet
added 3 commits
-
8b0974ef...9efef8da - 2 commits from branch
master
- 3695a7bc - CreateElementChildren endpoint
-
8b0974ef...9efef8da - 2 commits from branch
- Resolved by Bastien Abadie
Please register or sign in to reply