You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

935 B

Settings API

  • Base endpoint: /ocs/v2.php/apps/spreed/api/v1

Set user´s settings

  • Method: POST

  • Endpoint: /settings/user

  • Data:

    field type Description
    key string The user config to set
    value string/int The value to set
  • Response:

    • Status code:
      • 200 OK When the value was updated
      • 400 Bad Request When the key or value was invalid
      • 401 Unauthorized When the user is not logged in

User settings

Key Capability Default Valid values
attachment_folder config => attachments => folder /Talk Path owned by the user to store uploads and received shares. It is created if it does not exist.
read_status_privacy config => chat => read-privacy 0 One of the read-status constants from the constants list