Skip to main content

Create project preferences

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