v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccount parameters
Update parameter
Update account parameter value. For more information on account parameters, refer to the account parameters guide. Account parameters are a subset of program parameters.
put/accounts/v1/accounts/{accountId}/parameters/{parameterId}
Path parameters
accountIdinteger required
Example:6912345
Account ID
parameterIdinteger required
Example:123456
Parameter ID.
For more information on program/account parameters, refer to the program parameters reference table.
Call the List program parameters endpoint to get the ID (parameter_id) to pass here.
Request body
Example request
{
"value": 0.01
}Response
OK