From abb4ff84fe088b9b341c6404e0479305c7bca0e2 Mon Sep 17 00:00:00 2001
From: tkrop How query parameters are named and used is up to individual API designers, here
are a few tips that could help to decide whether to use simple or more complex
-query language:
-1. Consider using simple query language when API is built to be used
- by others (external teams): Consider using simple query language when API is built to be used
+by others (external teams): The following examples should serve as ideas for simple query language:11. REST Basics - HTTP headers
-
Content-*
headers correctlySH
+
11. REST Basics - HTTP headers<
endpoint and response to clarify what is supported in a certain context.
Usually, you can the standard HTTP request and response header definition provided by the guideline to simplify API by using well recognized patterns. @@ -6644,7 +6646,7 @@
As part of the guidelines we provide the default definition of all proprietary headers, so you can simply reference them when defining the API endpoint. For -details see [using-headers].
+details see Using Standard Header definitions.Hint: This guideline does not standardize proprietary headers for our @@ -10721,7 +10723,7 @@