Skip to content

Commit

Permalink
Fix linter error R4001 (#22973)
Browse files Browse the repository at this point in the history
  • Loading branch information
pednekarpraj authored Mar 9, 2023
1 parent 93fbd7d commit 2048c7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,8 @@
"in": "header",
"required": false,
"description": "ETag of the Entity. Not required when creating an entity, but required when updating an entity.",
"type": "string"
"type": "string",
"x-ms-parameter-location": "method"
}
}
}

0 comments on commit 2048c7d

Please sign in to comment.