add expires_at

This commit is contained in:
Ashwin Bharambe 2025-05-18 18:01:00 -07:00
parent 9a017ba605
commit e4a7f482de
3 changed files with 12 additions and 1 deletions

View file

@ -4815,12 +4815,16 @@ components:
description: The type of credential token.
token:
type: string
expires_at:
type: string
format: date-time
additionalProperties: false
required:
- credential_id
- provider_id
- token_type
- token
- expires_at
title: ProviderCredential
OpenAIResponseInput:
oneOf: