Skip to content

[Bug] Upsert data structure doesn't indicate additionalProperties #4

@ryanackley

Description

@ryanackley

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.

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions