V1 Update a Contact Group

Updates the contact group details as specified in the contactGroup.

Path Params
string
required

The unique identifier of the contact group. This ID was returned in the response when the contact group was created.

Query Params
string

Optional. View type parameter. Enumerations: entity, id
When no view parameter is provided, the API will return 204 - No Content with no response body.

Body Params
string
required

The unique identifier of the group. This is unique within each group type of contact groups.

string
required

Possible values are Borrower and Business.

string

Possible values are Public and Private, and are applicable only for Business contact groups.

string

The name of the group.

string

Detailed explanation of a group.

Headers
string
required

Bearer token

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL