Skip to main content

Update custom front

PATCH /v1/customFront/:docId

Update a Custom Front by 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...