Closed (fixed)
Project:
Webform REST
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2018 at 14:30 UTC
Updated:
11 Dec 2018 at 03:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
imclean commentedI can see how this would be useful, along with the ability to delete submissions.
This could be achieved by adding PATCH and DELETE to the current GET endpoint:
/webform_rest/{webform_id}/submission/{sid}?_format=jsonComment #3
imclean commentedHere's a very quick implementation.
Comment #5
imclean commentedCommitted to dev.