POST
/
api
/
v1
/
project
/
profile_config
{
  "data": {},
  "errno": 0,
  "errmsg": ""
}

Updates the current profile config.

Body

application/json

The profile config to update

profile_config
string
required

Profile config string

Response

200
application/json
Successful Response
data
object | null

Response data payload

errno
enum<integer>

Error code, 0 means success

Available options:
0,
400,
401,
403,
404,
405,
409,
422,
500,
501,
502,
503,
504
errmsg
string
default:

Error message, empty when success