You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As tracked in #815, the current form update endpoint is doing too much.
This issue tracks the creation of a new endpoint just to update form's end page. The old endpoint should not be deleted for backwards compatibility (at least for a few weeks after the new endpoint has been released).
This is API-P1 (as with all PUT /:formId/adminform endpoints) as this will affect how subsets are updated in the React rewrite. Each endpoint will also have a more well defined responsibility.
New proposed endpoint
PATCH /api/v3/admin/forms/:formId/end-page
The text was updated successfully, but these errors were encountered:
As tracked in #815, the current form update endpoint is doing too much.
This issue tracks the creation of a new endpoint just to update form's end page. The old endpoint should not be deleted for backwards compatibility (at least for a few weeks after the new endpoint has been released).
This is API-P1 (as with all
PUT /:formId/adminform
endpoints) as this will affect how subsets are updated in the React rewrite. Each endpoint will also have a more well defined responsibility.New proposed endpoint
The text was updated successfully, but these errors were encountered: