Update an existing parameter
patch
/service/v1/sysParams/{key}
This endpoint is used to update an existing parameter.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
key(required): string
key of the parameter that need to be updated
Header Parameters
-
appId(required): string
App ID
-
branchCode(required): string
Branch Code
-
userId(required): string
User ID
Request Body that contains data required for updating an existing System Parameter
Root Schema : ScfSystemParamModel
Type:
object
Scf System Param model
Show Source
-
id:
integer(int64)
Id of the Parameter
-
key:
string
Key for the parameter.This is a unique constraint
-
value:
string
Configured value which will be used in rest of application.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated parameter
Root Schema : ScfSystemParamModel
Type:
object
Scf System Param model
Show Source
-
id:
integer(int64)
Id of the Parameter
-
key:
string
Key for the parameter.This is a unique constraint
-
value:
string
Configured value which will be used in rest of application.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error