Modify the List of Templates Assigned to a Model
You can use this API to modify the list of templates associated with the model of specified id.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/models({modelId})/templates
-
Authorization: You must have the roles MODEL_DELETE, or MODEL_EDIT 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 https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#models__modelId___templates_put.
Response
-
If the model with the specified ID exists, the system returns the details of the indicators assigned to the model in the response payload.
For more information, see https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#models__modelId___templates_put.
-
If the model with the specified ID exists, the system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#models__modelId___templates_put.