Update Intelligence Models
patch
/rest/v19/intelligenceSetup/models
Use this endpoint to update intelligence models.
Request
Supported Media Types
- application/json
Root Schema : PricingJsonPatch
Type:
Show Source
object
-
operations:
array Patch Operations
Title:
Patch Operations
The array of Json Patch operations.
Nested Schema : Patch Operations
Type:
array
Title:
Patch Operations
The array of Json Patch operations.
Show Source
Nested Schema : PricingJsonPatchOperation
Type:
Show Source
object
-
op:
string()
Title:
Op
Allowed Values:[ "add", "remove", "replace" ]
The operation to be performed. -
path:
string()
Title:
Path
The JSON Pointer string for "path" property. -
value:
object Value
Title:
Value
The target value.
Nested Schema : Value
Type:
object
Title:
Value
The target value.
Response
204 Response
Success
Examples
The following examples show how to update the specified intelligence models by submitting a PATCH request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X PATCH -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/intelligenceSetup/models
Request Body Sample
[ { "op": "replace", "path": "/3023483575", "value" : { "attributeId": "4356390", "operator" : "_not_eq", "attributeValue": "44" } } ]