update_signup_field_values
Update existing signup-field answers in bulk. Use signup-field value IDs (from list_signup_field_values) to update records across learners; create signup-field values for answers that don't exist yet.
Instructions
Change existing signup-field answers. This is a BATCH operation.
Each item is `{id, value}` where `id` is the signup-field-VALUE id - the `id`
returned by `list_signup_field_values`. This is NOT the signup-FIELD id that
`create_signup_field_values` takes. The two calls key the same conceptual row by
different identifiers, so an id that works in one will not work in the other.
Items may span different learners; the value id already says whose answer it is.
To set an answer that does not exist yet, use `create_signup_field_values`,
which upserts.
Requires the `signup-fields:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |