-
Notifications
You must be signed in to change notification settings - Fork 332
Ignore extra fields in REST payloads #158
Copy link
Copy link
Closed
Labels
mssql pgsql mysqlan issue that applies to all relational databases, same as labeling with `mssql` `mysql` and `pgsql`an issue that applies to all relational databases, same as labeling with `mssql` `mysql` and `pgsql`usabilityMake the APIs more user friendly with better exceptionsMake the APIs more user friendly with better exceptions
Milestone
Metadata
Metadata
Assignees
Labels
mssql pgsql mysqlan issue that applies to all relational databases, same as labeling with `mssql` `mysql` and `pgsql`an issue that applies to all relational databases, same as labeling with `mssql` `mysql` and `pgsql`usabilityMake the APIs more user friendly with better exceptionsMake the APIs more user friendly with better exceptions
Type
Projects
Status
Done
If a property points to a field that doesn’t exist the operation will succeed anyway, ignoring the mismatched fields, unless otherwise specified via the
x-ms-match-moderequest header.If the operation is successful, the 201 HTTP code will be returned. The result will be the JSON object of the added item, unless otherwise specified via the
x-ms-resultrequest header.