Skip to main content

IAdminForthAuthenticatedEndpointOptions

Extends

Properties

description?

optional description?: string

Inherited from

IAdminForthEndpointOptionsBase.description


handler

handler: (input) => void | Promise<any>

Parameters

ParameterType
inputIAdminForthAuthenticatedEndpointHandlerInput

Returns

void | Promise<any>


meta?

optional meta?: Record<string, unknown>

Inherited from

IAdminForthEndpointOptionsBase.meta


method

method: string

Inherited from

IAdminForthEndpointOptionsBase.method


noAuth?

optional noAuth?: false


path

path: string

Inherited from

IAdminForthEndpointOptionsBase.path


request_schema?

optional request_schema?: AnySchemaObject

Inherited from

IAdminForthEndpointOptionsBase.request_schema


responce_schema?

optional responce_schema?: AnySchemaObject

Inherited from

IAdminForthEndpointOptionsBase.responce_schema


response_schema?

optional response_schema?: AnySchemaObject

Inherited from

IAdminForthEndpointOptionsBase.response_schema


target?

optional target?: "json" | "upload"

Inherited from

IAdminForthEndpointOptionsBase.target