Skip to main content

EOIUpdateConfigInputs

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIUpdateConfigInputs

Class: EOIUpdateConfigInputs

Request payload for /update_config.

Constructors

Constructor

new EOIUpdateConfigInputs(body): EOIUpdateConfigInputs

Parameters

body

any

Arbitrary configuration payload accepted by the server.

Returns

EOIUpdateConfigInputs

Properties

body

body: any

Arbitrary configuration payload accepted by the server.

Methods

validate()

validate(): EOIResponse

Returns a success response because this payload has no SDK-side schema validation.

Returns

EOIResponse