Description | : It returns the runtime options |
Reference | : Link ¶ |
⚼ Request
GET:
/app/userDefinedEndpoints/runtimeOptions
{
api-version:
string
,
}
⚐ Response (200)
{
log_exception_details:
boolean
,
max_cached_interpreters:
integer
,
max_execution_time_ms:
integer
,
max_heap_bytes:
integer
,
max_stack_bytes:
integer
,
return_exception_details:
boolean
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}