Skip to main content

Create group preferences

Create a new group preferences. The group preferences name must be unique within the group 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
    resource_id string
    resource_type string
    created_at date-time

    The time when the preference was created.

    updated_at date-time

    The time when the preference was updated.

  • ]
Loading...