We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c33ae7 commit f327689Copy full SHA for f327689
api.yaml
@@ -1131,6 +1131,10 @@ components:
1131
$ref: '#/components/schemas/Avatar'
1132
bio:
1133
type: string
1134
+ blocklist:
1135
+ items:
1136
+ type: integer
1137
+ type: array
1138
friendIDs:
1139
items:
1140
type: integer
@@ -1165,6 +1169,7 @@ components:
1165
1169
- location
1166
1170
- bio
1167
1171
- friendIDs
1172
+ - blocklist
1168
1173
- permissions
1174
title: Profile
1175
type: object
0 commit comments