Skip to content

Use only one way of specifying routing, version and version_type #13377

Closed
@alexksikes

Description

@alexksikes

Today we have a couple of ways of specifying the routing, version, and version
type of a given document request.

Beyond camelCase, we use:

_routing or routing
_version or version
_version_type or version_type

This makes the use of ParseField difficult for these parameters, as the camelCase of say _routing isn't routing. We should probably settle on using only one, or make ParseField handle this case.

Relates to #8988

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions