set_room_allow
Publish the allow-list for a room this identity owns: the space-separated did:keys permitted to write there, replacing the previous list. Owner-signed only; the nonce must exceed the one the claim burned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | No | The signing did:key, when a signature is supplied externally. | |
| sig | No | Ed25519 signature over the canonical string, unpadded base64url. | |
| dids | Yes | Space-separated did:key list — the full list, not a delta. | |
| room | Yes | Room name. | |
| nonce | No | The nonce the signature covers. Must exceed the last one used. |