Updating Templates Associated with a System
You can use thia API to modify the list of templates associated with the system of specified ID.
Request
-
HTTP Method: PUT
-
URL: Application URL/services/api/v1/systems({systemId})/templates
-
Example URL: Application URL/ain/services/api/v1/systems(E0B15BE85E2B41FBA06069B8D61CEB09)/templates
-
Authorization: You must have the roles SYSTEM_EDIT or SYSTEM_DELETE assigned to your user ID in 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/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems__systemId___templates_put file.
Response
-
If the system updates the attribute value successfully, the system returns the updated attribute values in the response payload. Otherwise, the system returns appropriate error codes.
For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems__systemId___templates_put.