Update Normalize Config

Partially updates a normalization configuration. Only the attributes present in the request body are changed; omitted attributes are left untouched. Supports updating name, description, status, and rules.

Returns 200 with the updated config. Returns 400 if the payload is malformed and 404 if no config has the given configId.

Path Params
string
required

Identifier of the config to update.

Body Params

The config attributes to change.

JSON API model for a single normalization config.

data
object

The primary data of the document

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json