Type Alias ExperimentVersionPatch

ExperimentVersionPatch: { op: "replace"; path: "/name"; value: AnyType }[]

Type declaration

  • op: "replace"

    All patch requests use the replace operation

  • path: "/name"

    Path for the properties you can update.

  • value: AnyType

    Use for fields that can be any type (string, number, etc.)