REST API - notifyUpdated
The table summarizes the REST API - notifyUpdated.
Request
Format | PUT <baseurl>/globaldata/admin/casemodel/<caseModelID>/updated |
Path parameters | caseModelID. The unique identifier of the case model. This can be obtained by running getCaseModel or getCaseModelBasicInfo. |
Query parameters |
|
Response
JSON | Returns a JSON representation of the contents of a NotifyDDLExecutionResponse element. |
XML | Returns the contents of a NotifyDDLExecutionResponseelement (from the BusinessDataServicesAdminServiceschema). |
Example
Request | PUT <baseurl>/globaldata/admin/casemodel/1/updated |
Response | { "xml-fragment": "" } |