Skip to content

Commit 91be172

Browse files
author
haoxiuwen
committed
Modify REST API Format
1 parent e76f054 commit 91be172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/document/server-side/userprofile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ curl -X PUT -H 'Content-Type: application/x-www-form-urlencoded' -H 'Authorizati
155155
| 403 | FORBIDDEN | size of metadata for this single user exceeds the user defined limit, {}Bytes | 单个用户的用户属性用量超过限制。默认单个用户的属性总长度不得超过 2 KB。 | 调整用量或联系商务提升用量上限。 |
156156
| 403 | FORBIDDEN | size of metadata for this single user exceeds the current mysql column size, {}Bytes | 单个用户的用户属性超过字段长度限制。关于用户属性字段(例如,用户昵称)的长度限制,详见[设置用户属性](/document/server-side/userprofile.html#设置用户属性)| 减少用户属性字段的长度。 |
157157
| 403 | FORBIDDEN | total size of user metadata for this app exceeds the user defined limit, {}Bytes | 整个应用的用户属性用量超过限制。默认单个 app 下所有用户的属性总长度不得超过 10 GB。 | 调整用量或联系商务提升用量上限。 |
158+
| 409 | CONFLICT | Failed to xxx. Concurrent xxx not allowed | 多个请求同时修改同一个资源的并发操作冲突。 | 减少并发请求操作。 |
158159
| 500 | INTERNAL_SERVER_ERROR | update metadata failed | 服务异常导致更新用户属性失败。 | |
159160

160161
关于其他错误,你可以参考 [响应状态码](error.html) 了解可能的原因。

0 commit comments

Comments
 (0)