From a759e2350491bf4f0ffb8a541cc8a332d02d19e4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 8 Dec 2022 10:48:13 +0100 Subject: [PATCH] Docs: Add internal_name to digital content api --- doc/plugins/digital.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/plugins/digital.rst b/doc/plugins/digital.rst index 0a9aeffd2f..e468b3ae5a 100644 --- a/doc/plugins/digital.rst +++ b/doc/plugins/digital.rst @@ -91,6 +91,7 @@ Field Type Description ===================================== ========================== ======================================================= id integer Internal content ID title multi-lingual string The content title (required) +internal_name string An optional name that is only used in the backend content_type string The type of content, valid values are ``webinar``, ``video``, ``livestream``, ``link``, ``file`` url string The location of the digital content file file A downloadable file. Either ``url`` or ``file`` must be ``null``.