qaskx.template/api/default/reqst-header/reqst-header.json

26 lines
1.1 KiB
JSON

[
{
"name": "X-Correlation-Id",
"description": "A Correlation ID is a unique identifier attached to a request that remains consistent as the request passes through multiple services. It enables developers and DevOps teams to trace the path of a request through logs, metrics, and monitoring tools, regardless of how many microservices are involved.",
"schema": {
"type": "string"
},
"in": "header",
"required": true
},
{
"name": "Brand",
"description": "The brand associated with the request",
"schema": {
"type": "string"
},
"in": "header",
"required": true
},
{
"name": "Platform",
"description": "The platform or channel making the request.\n\nThis is generally the system name or name that an external user\nmight know the web pages by. This could also be the native\nmobile app name.",
"schema": {},
"in": "header"
}
]