Skip to main content

Update my config

PUT 

/users/me/config/

Update Current User Configuration.

This endpoint allows an authenticated human user to update their configuration settings. The new configuration is provided in the request body and will replace the user's existing settings.

Request Body:​

  • config (required): An object containing the new configuration settings.

Response:​

  • 200 OK: Returns the updated configuration settings.
  • 404 Not Found: If the user is not found or is not a human user.

Notes:​

  • This endpoint is applicable only to human users.

Request​

Responses​

Successful Response