You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WebApi/Middleware/JsonExceptionMiddleware.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ namespace WebApi.Middleware;
10
10
/// </summary>
11
11
/// <param name="Message">The message of the error.</param>
12
12
/// <param name="StackTrace">The stack trace of the error.</param>
13
-
/// <param name="Data">Data included with the exception, if any.</param>
13
+
/// <param name="Data">A dictionary of data included with the exception, if any.</param>
14
14
/// <param name="InnerException">The inner exception of the same <see cref="CapturedException"/> type, recursive, or <c>null</c> if there isn't one.</param>
<p>Users of this API are given an API key that must be used on all requests to the API. Want to integrate? <ahref="https://amirror.link/lets-talk" target="_blank">Let's talk!</a> Once you have your API key, you must provide it in the <code>Authorization</code> HTTP header on all requests. The format of this key is as follows:</p>
<p>For example, if your API key were <code>THIS_IS_AN_EXAMPLE</code>, your authorization header would look like this: <code>Authorization: Key THIS_IS_AN_EXAMPLE</code></p>
42
+
</div>
43
+
44
+
<!-- Workaround for https://github.com/swagger-api/swagger-editor/issues/1371 -->
0 commit comments