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
@@ -19,28 +23,38 @@ type AuthTicketResponse struct {
19
23
//
20
24
// parameters:
21
25
//
22
-
//+name: Zbox-Signature
23
-
// in: header
24
-
// type: string
25
-
// description: Digital signature to verify that the sender is 0box service.
26
-
//+name: client_id
27
-
// type: string
28
-
// in: query
29
-
// description: Client ID is used as a payload to the token generated. The token represents a signed version of this string by the blobber's private key.
26
+
//+name: Zbox-Signature
27
+
// in: header
28
+
// type: string
29
+
// description: Digital signature to verify that the sender is 0box service.
30
+
//+name: client_id
31
+
// type: string
32
+
// in: query
33
+
// description: Client ID is used as a payload to the token generated. The token represents a signed version of this string by the blobber's private key.
0 commit comments