Skip to main content

Create organization preferences

Create a new organization preferences. The organization preferences name must be unique within the organization 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...