Update 2
V2 View to update a Quest. Allows updating title (name), description, cover_image (cover), and visibility.
Path parameters
id
Request
This endpoint expects an object.
title
description
cover_image
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
is_draft
Whether this quest is a draft
Response
title
description
cover_image
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
is_draft
Whether this quest is a draft

