Method: formDynamicParameters.saveForm

Full name: projects.locations.instances.formDynamicParameters.saveForm

Saves FormDynamicParameters.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/formDynamicParameters:saveForm

Path parameters

Parameters
parent

string

Required. The instance to save FormDynamicParameters for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "parameters": [
    {
      object (FormDynamicParameter)
    }
  ],
  "formType": enum (FormType)
}
Fields
parameters[]

object (FormDynamicParameter)

Required. The list of FormDynamicParameters to save.

formType

enum (FormType)

Required. The type of the form this parameter belongs to.

Response body

Response message for formDynamicParameters.saveForm.

If successful, the response body contains data with the following structure:

JSON representation
{
  "savedParameters": [
    {
      object (FormDynamicParameter)
    }
  ]
}
Fields
savedParameters[]

object (FormDynamicParameter)

The list of FormDynamicParameters saved.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.formDynamicParameters.update

For more information, see the IAM documentation.