Skip to main content

Create user preferences

Create a new user preferences. The user preferences name must be unique within the user and can contain only alphanumeric characters, dashes and underscores.

Path Parameters
    id string required
Request Body required
    bodies object[]
  • Array [
  • name string
    value string
  • ]
Responses

A successful response.


Schema
    preferences object[]
  • Array [
  • id string
    name string
    value string
    resourceId string
    resourceType string
    createdAt date-time

    The time when the preference was created.

    updatedAt date-time

    The time when the preference was updated.

  • ]
Loading...