We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcccc34 commit c8ba5acCopy full SHA for c8ba5ac
1 file changed
Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Constants/Headers.cs
@@ -8,4 +8,5 @@ public static class Headers
8
public const string Pagination = "X-Pagination";
9
public const string Authorization = "Authorization";
10
public const string Idempotency = "Idempotency-Key";
11
+ public const string Correlation = "Correlation";
12
}
0 commit comments