Type Alias DeploymentPatch

DeploymentPatch: {
    op: "replace";
    path: "/name" | "/description" | "/spaceId";
    value: AnyType;
}[]

Type Declaration

  • op: "replace"

    All patch requests use the replace operation

  • path: "/name" | "/description" | "/spaceId"
  • value: AnyType