Skip to content

Commit

Permalink
Add readonly flag to providerName property (#23259)
Browse files Browse the repository at this point in the history
  • Loading branch information
anat-gilenson authored Mar 31, 2023
1 parent ac6b0d6 commit 5752267
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,8 @@
},
"providerName": {
"description": "The name of the source provider that generated the incident",
"type": "string"
"type": "string",
"readOnly": true
},
"providerIncidentId": {
"description": "The incident ID assigned by the incident provider",
Expand Down

0 comments on commit 5752267

Please sign in to comment.