Move

data class Move(val path: String, val from: <Error class: unknown class>, val to: <Error class: unknown class>) : MutationAction

Reorder within an array. Out-of-range from is a no-op; to is clamped to the length.

Constructors

Link copied to clipboard
constructor(path: String, from: <Error class: unknown class>, to: <Error class: unknown class>)

Properties

Link copied to clipboard
val from: <Error class: unknown class>
Link copied to clipboard
open override val path: String

The literal RFC 6901 pointer this verb writes at.

Link copied to clipboard
val to: <Error class: unknown class>
Link copied to clipboard
open override val verb: String

The verb name as authored — used to label errors.