Skip to content

Add ISO 8601 date-time format to tool registry timestamp fields#318

Merged
bb220 merged 1 commit into
masterfrom
claude/eloquent-mendel-vmgId
May 22, 2026
Merged

Add ISO 8601 date-time format to tool registry timestamp fields#318
bb220 merged 1 commit into
masterfrom
claude/eloquent-mendel-vmgId

Conversation

@bb220
Copy link
Copy Markdown
Collaborator

@bb220 bb220 commented May 22, 2026

Tool registry API responses now return timestamps as ISO 8601 strings (e.g. 2026-05-21T15:54:28.961051) following the migration of tool registry endpoints to Pydantic serialization.

Changes

  • GET /api/public/v2/tool-registry: Added "format": "date-time" to created_at and updated_at in the response schema for items in the tool_registries array
  • GET /api/public/v2/tool-registry/{identifier}: Added created_at and updated_at fields (with "format": "date-time") to the tool_registry response object, which were missing from the spec despite being returned by the API

These changes align the tool registry schema with all other entity schemas in the spec (e.g. Evaluation, Folder, SkillCollection) which already annotate timestamps with format: date-time.

https://claude.ai/code/session_01MipGjubYjsLwydUSmQx82j


Generated by Claude Code

Timestamp fields in tool registry API responses now serialize as ISO 8601
strings rather than RFC 2822. Annotate created_at and updated_at with
format: date-time in the list and get endpoints to reflect this and
align with all other entity schemas in the spec.

https://claude.ai/code/session_01MipGjubYjsLwydUSmQx82j
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
promptlayer 🟢 Ready View Preview May 22, 2026, 9:18 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@bb220 bb220 added the automation label May 22, 2026 — with Claude
@bb220 bb220 merged commit 612fdea into master May 22, 2026
4 checks passed
@bb220 bb220 deleted the claude/eloquent-mendel-vmgId branch May 22, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant