Revising a Group
You can use tis API to create a new revision of a group that is in already published.
Request
-
HTTP Method:PUT
-
URL:Application_URL/services/api/v1/groups/{groupId}/revise
-
Authorization:You must have the roles GROUP_EDIT or GROUP_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
-
If a group with the specified ID exists and is already published, system creates a new revision of the group.
For more information, see https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__revise_put.
-
If the group with the specified ID does not exist, system returns an error code.
For more information on error codes the system returns, see response payload in https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__revise_put.