v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
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

idstring required

Id of the global property

result'success' | 'error' required

Result of the request

action'updateParameter' required

The id of the action

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"
      }
    ]
  }
}