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