at.ducs.users.updateProfile
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "at.ducs.users.updateProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"nullable": [
10
10
"displayName",
11
11
"avatar"
12
12
],
13
13
"properties": {
14
14
"avatar": {
15
15
"type": "string",
16
16
"description": "An 'image/png' or 'image/jpeg' encoded as a base64 data URL"
17
17
},
18
18
"displayName": {
19
19
"type": "string"
20
20
}
21
21
}
22
22
},
23
23
"encoding": "application/json"
24
24
},
25
25
"errors": [
26
26
{
27
27
"name": "invalidAvatarData"
28
28
},
29
29
{
30
30
"name": "avatarUploadFailed"
31
31
},
32
32
{
33
33
"name": "profileUpdateFailed"
34
34
}
35
35
],
36
36
"output": {
37
37
"schema": {
38
-
"ref": "at.ducs.actor.profile",
38
+
"ref": "at.ducs.users.defs#profile",
39
39
"type": "ref"
40
40
},
41
41
"encoding": "application/json"
42
42
}
43
43
}
44
44
},
45
45
"$type": "com.atproto.lexicon.schema",
46
46
"lexicon": 1
47
47
}