Skip to content

Commit 29f99bb

Browse files
langfuse-botlangfuse-bot
andauthored
feat(api): update API spec from langfuse/langfuse 07cae52 (#776)
Co-authored-by: langfuse-bot <langfuse-bot@langfuse.com>
1 parent 32683fe commit 29f99bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/api/api/resources/blobStorageIntegrations/types/CreateBlobStorageIntegrationRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface CreateBlobStorageIntegrationRequest {
88
/** ID of the project in which to configure the blob storage integration */
99
projectId: string;
1010
type: LangfuseAPI.BlobStorageIntegrationType;
11-
/** Name of the storage bucket */
11+
/** Name of the storage bucket. For AZURE_BLOB_STORAGE, must be a valid Azure container name (3-63 chars, lowercase letters, numbers, and hyphens only, must start and end with a letter or number, no consecutive hyphens). */
1212
bucketName: string;
1313
/** Custom endpoint URL (required for S3_COMPATIBLE type) */
1414
endpoint?: string;

0 commit comments

Comments
 (0)