Internal Optional appendWhether to append JSON data to form data instead of payload_json when sending files
Optional authIf this request needs the Authorization header
true
Optional authThe authorization prefix to use for this request, useful if you use this with bearer tokens
'Bot'
Optional bodyThe body to send to this request.
If providing as BodyInit, set passThroughBody: true
Optional dispatcherThe Agent to use for the request.
Optional filesFiles to be attached to this request
Optional headersAdditional headers to add to this request
Optional passWhether to pass-through the body property directly to fetch().
Optional queryQuery string parameters to append to the called endpoint
Optional reasonReason to show in the audit logs
Optional signalThe signal to abort the queue entry or the REST call, where applicable
Optional versionedIf this request should be versioned
true
Generated using TypeDoc
Internal request options