-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
The Upsert data structure used for the request body only has _id as a field.
pinecone-api/2025-10/db_data_2025-10.oas.yaml
Line 1695 in f54744f
| UpsertRecord: |
There is no metadata to suggest there is a user-defined record field that can be set in addition to _id
Expected Behavior
I'm not expert on openAPI yaml but I believe you should have something like this added to the data structure:
additionalProperties:
type: string
description: "The value of the user-defined record field"Steps To Reproduce
This template shouldn't be necessary to file a bug against a spec.
Relevant log output
Environment
- **OS**:
- **Language version**:
- **Pinecone client version**:Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working