diff --git a/.github/upstream-projects.yaml b/.github/upstream-projects.yaml index c7f6e540..087211ee 100644 --- a/.github/upstream-projects.yaml +++ b/.github/upstream-projects.yaml @@ -20,7 +20,7 @@ projects: - id: toolhive-registry-server repo: stacklok/toolhive-registry-server - version: v1.3.0 + version: v1.4.0 docs_paths: - docs/toolhive/guides-registry - docs/toolhive/concepts/registry-criteria.mdx diff --git a/static/api-specs/toolhive-registry-api.yaml b/static/api-specs/toolhive-registry-api.yaml index 2ee43748..ab449349 100644 --- a/static/api-specs/toolhive-registry-api.yaml +++ b/static/api-specs/toolhive-registry-api.yaml @@ -81,12 +81,22 @@ components: type: object github_com_stacklok_toolhive-registry-server_internal_service.RegistryEntryInfo: properties: + createdAt: + type: string + description: + type: string entryType: type: string name: type: string + position: + type: integer sourceName: type: string + title: + type: string + updatedAt: + type: string version: type: string type: object