v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13106450.1 KB
forms

Updates the publish settings of a form. Legacy forms aren't supported because they don't have the publish_settings field.

post/v1/forms/{formId}:setPublishSettings

Path parameters

formIdstring required

Required. The ID of the form. You can get the id from Form.form_id field.

Request body

updateMaskstring google-fieldmask

Optional. The publish_settings fields to update. This field mask accepts the following values: * publish_state: Updates or replaces all publish_state settings. * "*": Updates or replaces all publish_settings fields.

Response

Successful response