Skip to content

Commit

Permalink
Update parameter name of create/update indicator apis
Browse files Browse the repository at this point in the history
  • Loading branch information
hunngu-ms committed Oct 13, 2020
1 parent dcc77eb commit 72bf596
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@
"$ref": "#/parameters/WorkspaceName"
},
{
"$ref": "#/parameters/ThreatIntelligencePropertiesForUpsert"
"$ref": "#/parameters/ThreatIntelligenceProperties"
}
],
"responses": {
Expand Down Expand Up @@ -3781,7 +3781,7 @@
"put": {
"x-ms-examples": {
"Update a threat Intelligence indicator": {
"$ref": "./examples/threatintelligence/UpsertThreatIntelligence.json"
"$ref": "./examples/threatintelligence/UpdateThreatIntelligence.json"
}
},
"tags": [
Expand Down Expand Up @@ -3809,7 +3809,7 @@
"$ref": "#/parameters/ThreatIntelligenceName"
},
{
"$ref": "#/parameters/ThreatIntelligencePropertiesForUpsert"
"$ref": "#/parameters/ThreatIntelligenceProperties"
}
],
"responses": {
Expand Down Expand Up @@ -10362,10 +10362,10 @@
"type": "string",
"x-ms-parameter-location": "method"
},
"ThreatIntelligencePropertiesForUpsert": {
"description": "Properties of threat intelligence indicators to upsert.",
"ThreatIntelligenceProperties": {
"description": "Properties of threat intelligence indicators to create and update.",
"in": "body",
"name": "ThreatIntelligencePropertiesForUpsert",
"name": "ThreatIntelligenceProperties",
"required": true,
"schema": {
"$ref": "#/definitions/ThreatIntelligenceIndicatorModelForRequestBody"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"workspaceName": "myWorkspace",
"operationalInsightsResourceProvider": "Microsoft.OperationalIinsights",
"name": "d9cd6f0b-96b9-3984-17cd-a779d1e15a93",
"ThreatIntelligencePropertiesForUpsert": {
"ThreatIntelligenceProperties": {
"kind": "indicator",
"properties": {
"source": "Azure Sentinel",
Expand Down

0 comments on commit 72bf596

Please sign in to comment.