Skip to main content

Interface: SubnameUpdateRoute

Configures the route for updating subname details.

SubnameUpdateRoute

Hierarchy

Properties

headers

headers: SIWEHeaders

Combined API key and SIWE authentication headers required for the operation.

Overrides

IRoute.headers

Defined in

lib/types/subnames/update.ts:117


request

request: SubnameUpdateRequest

The structure required for a subname update request.

Overrides

IRoute.request

Defined in

lib/types/subnames/update.ts:115


response

response: SubnameUpdateResponse

The expected format of the response after successful update.

Overrides

IRoute.response

Defined in

lib/types/subnames/update.ts:116