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,24 +22,34 @@ type AuthTicketResponse struct {
19
22
//
20
23
// parameters:
21
24
//
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.
25
+
//+name: Zbox-Signature
26
+
// in: header
27
+
// type: string
28
+
// description: Digital signature to verify that the sender is 0box service.
29
+
//+name: client_id
30
+
// type: string
31
+
// in: query
32
+
// 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