Data API builder’s “request-body-strict” Simplifies Client Code
Data API builder (DAB) provides REST and GraphQL endpoints over SQL Server, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. The request-body-strict configuration value controls how REST endpoints treat unknown JSON properties in the payload: When set to true (default), unknown properties are rejected and an exception is thrown. When set to false, unknown […]
The post Data API builder’s “request-body-strict” Simplifies Client Code appeared first on Azure SQL Devs’ Corner.
Published on:
Learn more