ApiCallSendOptions
Last edit: Jul 23, 2024
No description
type ApiCallSendOptions {
internal: Boolean
timeout: Int
}
Fields
internal
(Boolean
)
If set to true, no charge will be applied and the request will be made against
the current Stack. If the instance is on a different Stack, 404 will be returned
timeout
(Int
)
Read timeout of HTTP request in seconds. For calls triggered from backgroud
jobs default is 8s and max 180s. For calls triggered from web request default
is 5s and max 5s.