From 577cbe52b7369f9db67f0f5ed59eeda2efa4eea9 Mon Sep 17 00:00:00 2001 From: Ashley Teoh Date: Wed, 18 Apr 2018 12:35:16 -0400 Subject: [PATCH] update api description --- notebook/services/api/api.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebook/services/api/api.yaml b/notebook/services/api/api.yaml index 4cf8f9c9d..dca988b59 100644 --- a/notebook/services/api/api.yaml +++ b/notebook/services/api/api.yaml @@ -816,8 +816,7 @@ definitions: format: dateTime size: type: integer - description: "The size of the file or directory." - format: bytes + description: "The size of the file or notebook in bytes. If no size is provided, defaults to None." mimetype: type: string description: "The mimetype of a file. If content is not null, and type is 'file', this will contain the mimetype of the file, otherwise this will be null."