Escribir una entrada
Escribe una entrada gestionada en tiempo de ejecución por espacio de nombres y clave. El cuerpo de la petición debe ser {"value": <json>}, donde <json> coincide con la forma que acepta el validador de la clave de destino. Un value ausente o inválido, o un valor que no supera el validador de la clave, se rechaza con 400. Cuando la autenticación está habilitada, este endpoint requiere el permiso de escritura del espacio de nombres (por ejemplo, system_tenant_policy:write). El éxito devuelve 204 No Content.
Autorizaciones
A bearer JWT issued by the platform's Access Manager (plugin-auth / lib-auth). Authorization is deny-all by default: the application must be configured with an authorizer, and when authentication is enabled it enforces per-namespace role-based access control on top of a valid, platform-scoped (non-tenant) identity. Machine callers obtain a token via the Access Manager client-credentials flow.
Parámetros de ruta
The Systemplane namespace. Rails and plugins use runtime_config, tenant_policy, or operational_registry; some applications register a single application-named namespace instead.
"runtime_config"
The registered key within the namespace. Keys are flat, dot-delimited identifiers; a key may itself contain / segments.
"tenancy.ispb_organization_bindings"
Cuerpo
The write payload. value is intentionally untyped at the transport layer — each registered key accepts its own JSON scalar, object, or array shape, validated by that key's server-side validator.
The new value for the entry. Its accepted shape is defined by the target key's validator; consult the key's catalog contract via GET /system/-/catalog/{namespace}/{key}.
"info"
Respuesta
The entry was written.

