platform.extension.config.set
Set an installed extension’s legible config (one row per pair, via the EXT-2 data port).
- Scope:
platform.extension.write - System: yes
- Reachable from: the platform CONTROL face, with a platform credential — never a tenant one. See the surfaces.
- Events: none — The platform-side twin of extension.config.set: same forge_control row, same absence from every public read.
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "extension_id": { "minLength": 1, "type": "string" }, "tenant_id": { "minLength": 1, "type": "string" }, "values": { "additionalProperties": {}, "default": {}, "propertyNames": { "type": "string" }, "type": "object" } }, "required": [ "extension_id", "tenant_id" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this command does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)