Full name: projects.locations.instances.formDynamicParameters.saveForm
Saves the complete set of dynamic parameters for a specific form type. Use this method to define the fields and their sequence for a form. All parameters in the request must belong to the same form type.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/formDynamicParameters:saveForm Path parameters
| Parameters | |
|---|---|
parent |
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 ( |
| Fields | |
|---|---|
parameters[] |
Required. The list of FormDynamicParameters to save. |
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 ( |
| Fields | |
|---|---|
savedParameters[] |
The list of FormDynamicParameters saved. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
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.