API Guide
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
PUT /system-settings/gateway
Configures the default gateway in SFD.
API
PUT /system-settings/gateway
Description This API configures the default gateway in SFD.
Parameters
Table 77. API parameters
Filter name Description
body *
required
(body)
Configure the default gateway. For example:
{
"gateway": "string"
}
Responses 201 — New entity created successfully
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
166
System-settings










