antimatter.builders.settings_patch#

Module Contents#

Classes#

SettingsPatchBuilder

Builder class for creating a settings patch.

class antimatter.builders.settings_patch.SettingsPatchBuilder#

Builder class for creating a settings patch.

Parameters:
  • path – The path of the patch.

  • value – The value of the patch.

  • operation – The operation of the patch.

path: str#
value: bool | float | str#
operation: antimatter.constants.PatchOperation | str#
build() antimatter.client.PatchRequestInner#

Build the patch.

Returns:

The built patch.