- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
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 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.