cURL
curl --request PUT \ --url https://api.feedspace.io/v3/forms/{feed_form_id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "page_title": "<string>", "page_main_message": "<string>", "allow_video_recording": 0, "video_button_label": "<string>", "allow_screen_recording": 0, "screen_button_label": "<string>", "allow_audio_recording": 0, "audio_button_label": "<string>", "allow_text_review": 0, "text_button_label": "<string>", "allow_upload_file_option": 0, "text_file_upload_label": "<string>", "allow_files": [ "<string>" ] }'
{ "message": "Form Updated Successfully" }
Updates an existing review form by ID.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Review form updated successfully.
The response is of type object.
object