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: gen/openapiv2/qdrant/cloud/iam/v1/iam.swagger.json
+28-18Lines changed: 28 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -621,7 +621,7 @@
621
621
},
622
622
"email": {
623
623
"type": "string",
624
-
"description": "The email address of the user."
624
+
"description": "The email address of the user.\nThis is a read-only field."
625
625
},
626
626
"status": {
627
627
"$ref": "#/definitions/v1UserStatus",
@@ -708,22 +708,9 @@
708
708
"v1GetUserConsentResponse": {
709
709
"type": "object",
710
710
"properties": {
711
-
"documentType": {
712
-
"$ref": "#/definitions/v1LegalDocumentType",
713
-
"description": "The type of the legal document for which consent status is reported."
714
-
},
715
-
"status": {
716
-
"$ref": "#/definitions/v1UserConsentStatus",
717
-
"description": "The latest consent status recorded from the user for this document type.\nWill be USER_CONSENT_STATUS_UNSPECIFIED if no status update has been recorded."
718
-
},
719
-
"lastModifiedAt": {
720
-
"type": "string",
721
-
"format": "date-time",
722
-
"description": "Timestamp of the most recent status update.\nUnset if no status update has been recorded."
723
-
},
724
-
"isAccepted": {
725
-
"type": "boolean",
726
-
"description": "A convenience field indicating if the current status is an acceptance.\nTrue if status is USER_CONSENT_STATUS_ACCEPTED, false otherwise."
711
+
"userConsent": {
712
+
"$ref": "#/definitions/v1UserConsent",
713
+
"description": "The user consent for the requested document type."
727
714
}
728
715
},
729
716
"description": "GetUserConsentResponse is the response from the GetUserConsent function."
@@ -904,7 +891,7 @@
904
891
},
905
892
"email": {
906
893
"type": "string",
907
-
"description": "The email address of the user."
894
+
"description": "The email address of the user.\nThis is a read-only field."
908
895
},
909
896
"status": {
910
897
"$ref": "#/definitions/v1UserStatus",
@@ -917,6 +904,29 @@
917
904
},
918
905
"description": "A User represents a user in the Qdrant cloud."
919
906
},
907
+
"v1UserConsent": {
908
+
"type": "object",
909
+
"properties": {
910
+
"documentType": {
911
+
"$ref": "#/definitions/v1LegalDocumentType",
912
+
"description": "The type of the legal document for which consent status is reported."
913
+
},
914
+
"status": {
915
+
"$ref": "#/definitions/v1UserConsentStatus",
916
+
"description": "The latest consent status recorded from the user for this document type.\nWill be USER_CONSENT_STATUS_UNSPECIFIED if no status update has been recorded."
917
+
},
918
+
"lastModifiedAt": {
919
+
"type": "string",
920
+
"format": "date-time",
921
+
"description": "Timestamp of the most recent status update.\nUnset if no status update has been recorded."
922
+
},
923
+
"isAccepted": {
924
+
"type": "boolean",
925
+
"description": "A convenience field indicating if the current status is an acceptance.\nTrue if status is USER_CONSENT_STATUS_ACCEPTED, false otherwise."
926
+
}
927
+
},
928
+
"description": "User Consent represents the consent status of a user for a specific legal document."
0 commit comments