Skip to content

Commit e114751

Browse files
annelo-msftJeffreyRichter
authored andcommitted
Update azure/Guidelines.md
Co-authored-by: Jeffrey Richter <[email protected]>
1 parent f2c9d83 commit e114751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Because of this, required fields can only be introduced in the 1st version of a
297297

298298
When using this method | if this condition happens | use&nbsp;this&nbsp;response&nbsp;code
299299
---------------------- | ------------------------- | ----------------------
300-
PATCH/PUT | Any JSON field name/value not known/known to version/valid | `400-Bad Request`
300+
PATCH/PUT | Any JSON field name/value not known/valid to the api-version | `400-Bad Request`
301301
PATCH/PUT | Any Read field passed (client can't set Read fields) | `400-Bad Request`
302302
| **If&nbsp;the&nbsp;resource&nbsp;does&nbsp;not&nbsp;exist** |
303303
PATCH/PUT | Any mandatory Create/Update field missing | `400-Bad Request`

0 commit comments

Comments
 (0)