Skip to main content

TypeAlias.SetDidWebDomainRequest

type SetDidWebDomainRequest = {
domain: string | null;
};

Body for PUT /v1/dpp/certification-key/did-web-config. Pass domain: null to disable self-hosted DID Web and fall back to did:key.

Type Declaration

NameType
domainstring