update_form: Update form

Description Usage Arguments

View source: R/add-update-delete-forms.R

Description

Update a form. User must be the original owner of the form and the state of the form must be either 'WAITING_FOR_SUBMISSION' or 'REJECTED'. Froms with the states 'SUBMITTED_WAITING_FOR_REVIEW' or 'ACCEPTED' are immutable. See Synapse REST API. # nolint

Usage

1
update_form(syn, form_data_id, file_handle_id, form_name = NULL)

Arguments

syn

Synapse login object

form_data_id

The formDataId for the form.

file_handle_id

A Synapse fileHandleId with the form data.

form_name

The name for the form.


Sage-Bionetworks/synapseforms documentation built on June 16, 2020, 8:35 a.m.