Skip to main content

Add custom front

POST /v1/customFront/:docId

Add a Custom Front by (optionally) an Id

Path Parameters
  • docId string required

    String Id of the Custom Front

Request Body required
  • name string

    Name of the custom front

  • desc string

    Description of the custom front

  • avatarUrl string

    URL for the avatar

  • color string

    Color of the object (#ffffff, #ffffffff or ffffff)

  • private boolean

    Whether this object is private

  • preventTrusted boolean

    Wheter trusted friends are prevented from seeing this private object

  • supportDescMarkdown boolean

    Whether the description supports markdown

Responses

OK

Loading...