Update custom front
PATCH /v1/customFront/:docId
Update a Custom Front by Id
Path Parameters
- docId string required
String Id of the Custom Front
- application/json
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
- 200
- 404
OK
NOT FOUND
Loading...