Update Configuration

This endpoint updates an existing configuration based on the provided configuration ID and request payload.
To update an existing configuration, provide the configId along with both status and messageTypeFilter in the request body.
The system will replace the existing values with the new ones provided.
Partial updates are not supported, omitting any required field will result in a 400 Bad Request.

Sample request:

PUT /api/v1/Configs/3f2504e0-4f89-11d3-9a0c-0305e82c3301
{
    "status": "active",
    "messageTypeFilter": [1,3]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Documentation

For more information on this endpoint, see Update Configuration.

Path Params
string
required

The unique identifier of the configuration to be updated.

Body Params

The request payload containing updated configuration values.

Represents a request to update an existing configuration's status and message type filters.

messageTypeFilter
array of int32s
required
length ≥ 1

Message type filters.

0 = All (configurable) Transaction/Message Types

1 = Authorisation (0100)

2 = Authorisation Advices (0120)

3 = Online Financial Request (0200)

4 = Online Financial Advice (0220)

5 = Authorisation Reversals (0400)

6 = Authorisation Reversal Advices (0420)

messageTypeFilter*
string
required
length ≥ 1

The configuration status (e.g., "active", "inactive").

Responses
200

Configuration was updated successfully

Language
URL
LoadingLoading…
Response
Choose an example:
application/json