From 7c069aede00bc1c57910fa2505fd5d0afe747c1c Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Fri, 14 May 2021 07:38:03 -0700 Subject: files documentation issue --- src/models/properties.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/models/properties.rs b/src/models/properties.rs index cc59907..37c1a4e 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -79,6 +79,7 @@ pub enum PropertyConfiguration { /// See https://developers.notion.com/reference/database#date-configuration Date { id: PropertyId }, /// Represents a File Property - /// See https://developers.notion.com/reference/database#date-configuration - File { id: PropertyId }, + /// See https://developers.notion.com/reference/database#file-configuration + /// Documentation issue: docs claim type name is `file` but it's is in fact `files` + Files { id: PropertyId }, } -- cgit v1.2.3