InternalOptionalappendWhether to append JSON data to form data instead of payload_json when sending files
OptionalauthIf this request needs the Authorization header
OptionalauthThe authorization prefix to use for this request, useful if you use this with bearer tokens
OptionalbodyThe body to send to this request.
If providing as BodyInit, set passThroughBody: true
OptionaldispatcherThe Agent to use for the request.
OptionalfilesFiles to be attached to this request
OptionalheadersAdditional headers to add to this request
OptionalpassWhether to pass-through the body property directly to fetch().
OptionalqueryQuery string parameters to append to the called endpoint
OptionalreasonReason to show in the audit logs
OptionalsignalThe signal to abort the queue entry or the REST call, where applicable
OptionalversionedIf this request should be versioned
Internal request options