Skip to main content
POST
Python
Updates the current profile config. Checkout more details in Profile Config. Below is an example of your profile config:
Your profile config will not as strong as the config.yaml you used to start Memobase server, it only affect the profile slots.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The profile config to update

profile_config
string | null
required

Profile config string

Response

Successful Response

data
Data · object | null

Response data payload

errno
enum<integer>
default:0

Error code, 0 means success

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

Error message, empty when success