Updates settings business object.
post
/gatewayapi/restapi/v1/settings
Request
Supported Media Types
- application/json
The settings object to be updated.
Root Schema : Settings
Type:
objectA reference to the Settings object.
Show Source
-
parameterValues:
array parameterValues
Unique Items Required:
trueThe parameter values specified in Gateway settings.
Nested Schema : parameterValues
Type:
arrayUnique Items Required:
trueThe parameter values specified in Gateway settings.
Show Source
-
[0]:
object ParameterValue
The list of parameter values associated with a flow schedule.
Nested Schema : ParameterValue
Type:
objectThe list of parameter values associated with a flow schedule.
Show Source
-
id:
integer(int64)
The unique ID of the parameter value generated by the system.
-
parameter:
object Parameter
PARAM
-
value:
string
The value of the parameter.
Nested Schema : Parameter
Type:
objectPARAM
Show Source
-
appTitle:
string
The application title associated with the parameter.
-
customerDefined:
boolean
Default Value:
falseAn indicator which determines whether a parameter is defined by the customer. -
defaultValue:
string
The default value of the parameter.
-
description:
string
A description of the parameter.
-
enumOptions:
string
The enumeration options associated with a parameter.
-
group:
string
The parameter group associated with the parameter.
-
id:
integer(int64)
The unique ID of the parameter generated by the system.
-
name:
string
The name of the parameter.
-
seqNo:
integer(int32)
The sequence number of a parameter. The sequence number determines the display order of the parameter in a sequence.
-
side:
string
Allowed Values:
[ "SOURCE", "DESTINATION", "PDI" ]The side of a data flow that a parameter is associated with. Values include: Source, Desctination, or PDI. -
title:
string
The title of the parameter.
-
type:
string
Allowed Values:
[ "STRING", "INT", "DOUBLE", "DATETIME", "BOOLEAN", "ENUM", "PASSWORD", "FILTER", "CUSTOM", "HIDDENSTRING", "GROUP", "FILE" ]The data type of the parameter. Values include: String, Int, Double, DateTime, Boolean, Enum, Password, Filter, Custom, HiddenString, or Group.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : schema
Type:
boolean404 Response
The Settings does not exist or you do not have access to it.