Documentation
    Preparing search index...
    {
    * namespace: "namespace",
    * datacenters: {
    * "key": {}
    * }
    * }
    interface RunnerConfigsUpsertRequestBody {
        datacenters: Record<string, Rivet.RunnerConfig>;
        namespace: string;
    }
    Index

    Properties

    datacenters: Record<string, Rivet.RunnerConfig>
    namespace: string