Interface: components
Properties
headers
headers:
never
parameters
parameters:
never
pathItems
pathItems:
never
requestBodies
requestBodies:
never
responses
responses:
never
schemas
schemas:
object
error
error:
object
error.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
error.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
ts
The requested resource could not be found.sent-email
sent-email:
object
sent-email.attachments?
optionalattachments:string[]
sent-email.bcc?
optionalbcc:string[]
sent-email.cc?
optionalcc:string[]
sent-email.from
from:
string
sent-email.html?
optionalhtml:string
sent-email.reply_to?
optionalreply_to:string[]
sent-email.subject
subject:
string
sent-email.text?
optionaltext:string
sent-email.time_sent?
optionaltime_sent:number
sent-email.to
to:
string[]