IAdminForthNoAuthEndpointOptions
Extends
Properties
description?
optionaldescription?:string
Inherited from
IAdminForthEndpointOptionsBase.description
handler
handler: (
input) =>void|Promise<any>
Parameters
| Parameter | Type |
|---|---|
input | IAdminForthEndpointHandlerInput |
Returns
void | Promise<any>
meta?
optionalmeta?:Record<string,unknown>
Inherited from
IAdminForthEndpointOptionsBase.meta
method
method:
string
Inherited from
IAdminForthEndpointOptionsBase.method
noAuth
noAuth:
true
path
path:
string
Inherited from
IAdminForthEndpointOptionsBase.path
request_schema?
optionalrequest_schema?:AnySchemaObject
Inherited from
IAdminForthEndpointOptionsBase.request_schema
responce_schema?
optionalresponce_schema?:AnySchemaObject
Inherited from
IAdminForthEndpointOptionsBase.responce_schema
response_schema?
optionalresponse_schema?:AnySchemaObject
Inherited from
IAdminForthEndpointOptionsBase.response_schema
target?
optionaltarget?:"json"|"upload"