Updating an Indicator Group
This API allows you to update indicator group of specified id and retrieve the updated indicator group.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/indicatorgroups/{indicatorGroupID}
-
Authorization: You must have the roles INDICATOR_EDIT or INDICATOR_DELETE assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema in the https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#indicatorgroups__indicatorGroupID__put file.
For more information about the request payload fields, their descriptions, and possible values, see Additional Information.
Response
-
On successful completion, system returns the details of the updated indicator group in the response payload.
-
If not, system returns appropriate error code in the response payload.
For more information, see https://help.sap.com/doc/6003315aca474ad9962d53c53c5d0297/1902/en-US/Template.html#indicatorgroups__indicatorGroupID__put.