Refresh a registry
Re-fetches the registry’s well-known document to confirm it is reachable and still advertises a supported capability, then stamps lastSyncedAt. The stored id is never changed, even if the registry now advertises a different one.
Path Parameters
Registry slug identifying the registry.
1Response
The updated registry record.
Record of a registered registry.
Registry slug matching /^[A-Za-z0-9_-]+$/ used as the primary key.
1Normalized absolute http(s) URL of the registry.
ISO-8601 timestamp of the last successful sync with the registry, or null when it has never been synced.
ISO-8601 timestamp of when the registry was registered.
ISO-8601 timestamp of the last mutation to the record.
Authentication method configured for this registry, or null when none is set.
apiKey, oauth2, null Epoch-ms timestamp when the cached OAuth2 access token expires, or null for api key auth or when no token has been fetched.