Skip to main content

Add projects to theme

POST 

/themes/add-projects/:themeId

Add projects to theme

Request

Path Parameters

    themeId int64required

    The Id of the theme object

    Example: 100000

Body

array

required

  • Array [

  • integer

  • ]

Responses

OK

Schema

    colors

    object[]

  • Array [

  • id string
    type string

    Possible values: [COLOR, GRADIENT]

    value string
  • ]

  • components string[]
    creationDate date-time

    customFonts

    object[]

  • Array [

  • fontFamily string
    fontSrc string
    fontWeights string[]
    id string
    importSrc string
  • ]

  • dateModified date-time
    description string
    id int64
    name string
    projectIds int64[]required

    selectedFonts

    object[]

  • Array [

  • id string
    type string

    Possible values: [DEFAULT, CUSTOM]

  • ]

  • status string

    Possible values: [ACTIVE, DRAFT, PAUSED]

    tags string[]
    widgetIds int64[]
Loading...