Update 2

View as Markdown

V2 View to update a Quest. Allows updating title (name), description, cover_image (cover), and visibility.

Path parameters

idintegerRequired

Request

This endpoint expects an object.
titlestringOptional
descriptionstring or nullOptional
cover_imagestringOptionalformat: "uri"
visibilityenumOptional
* `public` - Public * `private` - Private * `team` - Team * `org` - Organization
Allowed values:
tagslist of integersOptional
is_draftbooleanOptional
Whether this quest is a draft

Response

titlestring
descriptionstring or null
cover_imagestringformat: "uri"
visibilityenum
* `public` - Public * `private` - Private * `team` - Team * `org` - Organization
Allowed values:
tagslist of integers
is_draftboolean
Whether this quest is a draft