.png)
Update group
ENDPOINTS
put
/v3/groups/{groupId}
Header parameters
Collapse
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
{"groupId":"482cf7f8-3e59-4ccf-a996-97c79fd50cb1","groupName":"some group name","groupDescription":"description - some group description"}
Path parameters
Collapse
groupId
string
required
An unique ID that identifies user group.
Responses
Collapse
200
OK
Response Body
{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}
400
Bad Request
Response Body
{"code":"string","message":"string"}
401
Unauthorized
Response Body
{"code":"string","message":"string"}
500
Internal Server Error
Response Body
{"code":"string","message":"string"}
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/groups/v3/groups/{groupId}' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"groupId": "482cf7f8-3e59-4ccf-a996-97c79fd50cb1",
"groupName": "updated group name",
"groupDescription": "updated description - will be deleted if not included"
}';
RESPONSE
{"groupId":"string","groupName":"string","groupDescription":"string","groupType":"EXPERIENCE_GROUP","groupPlatform":"RETAIL_BANKING","groupLastUpdatedDateTime":"string","groupParticipantCount":0,"groupExperience":{"experienceName":"string","experienceId":"string","groupId":"string","default":true},"groupExperienceName":"string","groupStatus":"ACTIVE"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}