Runtime Configuration
Update a runtime configuration
Updates a runtime configuration.
⚠️ Deprecation notice
This operation might be removed in the future. We recommend using Providers instead.
patch/runtime_configuration/{id}
Path parameters
idinteger required
The ID of the runtime configuration.
Request body
Example request
{
"values": {
"aws": {
"log_reader": "...",
"workflow_role": "..."
}
}
}Response
The operation was successful
Example response
{
"id": 1234,
"nrn": "organization=1:account=2:namespace=3",
"profile": "environment_dev_country_arg",
"status": "active",
"dimensions": {
"environment": "dev",
"country": "arg"
},
"values": {
"workflow": "null_dev",
"aws": {
"log_reader": "..."
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.