intercom-client
Version:
Official Node bindings to the Intercom API
10 lines (9 loc) • 465 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export var UpdateArticleRequest;
(function (UpdateArticleRequest) {
/** Whether the article will be `published` or will be a `draft`. Defaults to draft. For multilingual articles, this will be the state of the default language's content. */
UpdateArticleRequest.State = {
Published: "published",
Draft: "draft",
};
})(UpdateArticleRequest || (UpdateArticleRequest = {}));