Class: Courier::Users::Tokens::PatchOp

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/users/tokens/types/patch_op.rb

Constant Summary collapse

REPLACE =
"replace"
ADD =
"add"
REMOVE =
"remove"
COPY =
"copy"
MOVE =
"move"
TEST =
"test"