latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

LinkMablnet

Get a mablnet publisher keystore document

Returns the signed keystore document (publisher public keys) a supervisor uses to verify manifest signatures. Defaults to the latest keystore; pass keystore_version to fetch a specific one — a supervisor does this when a manifest's requiredKeystoreVersion exceeds its local keystore version. Like the manifest, the body is an opaque Ed25519-signed document returned with field values preserved. Conditional refetch via If-None-Match / ETag, identical to the manifest endpoint.

get/link/mablnet/keystore

Query parameters

keystore_versioninteger

Specific keystore version to fetch; the latest keystore is returned when omitted.

Headers

If-None-Matchstring

Last ETag the caller observed; server returns 304 when the keystore is unchanged.

Response

Keystore document in body; current ETag in headers.

keystorestring required

Base64 of the exact signed keystore bytes. Decode, then verify + parse per manifest-format.md.