Parameters
Update a global property's value
Update the details of a global property
post/parameters/{parameterId}
Path parameters
parameterIdstring required
Example:rudder_file_edit_header
Id of the parameter to manage
Response
Settings
Example response
{
"id": "rudder_file_edit_footer",
"data": {
"parameters": [
{
"id": "rudder_file_edit_footer",
"value": "### End of file managed by Rudder ###",
"description": "Default inform message put in footer of managed files by Rudder"
}
]
}
}