Skip to main content

Create platform preferences

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

Request Body required
    preferences object[]
  • Array [
  • name string
    value string
  • ]
Responses

A successful response.


Schema
    preference 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...