Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.4 KB

File metadata and controls

17 lines (14 loc) · 1.4 KB

# ListingUpdateListing

Properties

Name Type Description Notes
title string [optional]
bodyMarkdown string The body of the listing in Markdown format. [optional]
category \Bitween\DevTo\Model\ListingCategory [optional]
tags string[] Tags related to the listing. A maximum of 8 tags are allowed and it takes precedence over `tag_list`. [optional]
tagList string Comma separated list of tags. A maximum of 8 tags are allowed. [optional]
expiresAt \DateTime Date and time of expiration. [optional]
contactViaConnect bool True if users are allowed to contact the listing's owner via DEV connect, false otherwise. Defaults to false. [optional]
location string Geographical area or city for the listing. [optional]
action string This param can be provided by itself to invoke some actions: - `bump` bumps the listing and charge either the organization or the user - `publish` publishes a draft listing - `unpublish` unpublishes a published listing It will take priority on any other param in the payload. [optional]

[Back to Model list] [Back to API list] [Back to README]