core.set_options

Set per-connection options for the current API session and return the resulting option values.

Options such as legacy_jobs, private_methods, and py_exceptions change how the middleware formats responses and errors for this connection only; they are not persisted beyond the session.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: options

options

Type: object

Core system options to update.

Legacy Jobs

Type: boolean

Whether to enable legacy job behavior for backward compatibility.

Private Methods

Type: boolean

Whether to expose private methods in API introspection.

Py Exceptions

Type: boolean

Whether to include Python exception details in error responses.

Type: object

The updated core system options.



Required roles: