File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/ai-services/content-safety/how-to Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ curl --location --request PATCH 'https://<endpoint>/contentsafety/text/incidents
53
53
--header ' Ocp-Apim-Subscription-Key: <your-content-safety-key>' \
54
54
--header ' Content-Type: application/json' \
55
55
--data ' {
56
- "incidentName": "<text-incident-name>",
57
- "incidentDefinition": "string"
56
+ \ "incidentName\ ": \ "<text-incident-name>\ ",
57
+ \ "incidentDefinition\ ": \ "string\ "
58
58
}'
59
59
```
60
60
@@ -248,7 +248,7 @@ curl --location --request PATCH 'https://<endpoint>/contentsafety/image/incident
248
248
--header ' Ocp-Apim-Subscription-Key: <your-content-safety-key>' \
249
249
--header ' Content-Type: application/json' \
250
250
--data ' {
251
- "incidentName": "<image-incident-name>"
251
+ \ "incidentName\ ": \ "<image-incident-name>\ "
252
252
}'
253
253
```
254
254
You can’t perform that action at this time.
0 commit comments