Replace the profile data for the authenticated user
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"data": {},
"version": 123
}
],
"success": true
}
New profile data
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"data": {},
"version": 123
}
],
"success": true
}
Replace the profile data for the authenticated user
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"data": {},
"version": 123
}
],
"success": true
}
New profile data
The body is of type object
.
OK
The response is of type object
.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"data": {},
"version": 123
}
],
"success": true
}