From d600409a80509f23b50f706deb6fd91aaffac5ea Mon Sep 17 00:00:00 2001 From: bostevensspinakr <94718922+bostevensspinakr@users.noreply.github.com> Date: Tue, 14 Dec 2021 09:41:21 -0600 Subject: [PATCH] I got a 9 back as a media_type_id. I found media_type_id: 9 nowhere in the documentation. What is it? --- docs/api/13-license-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/13-license-history.md b/docs/api/13-license-history.md index a2a4240..ddf1593 100644 --- a/docs/api/13-license-history.md +++ b/docs/api/13-license-history.md @@ -102,7 +102,7 @@ In the table below, fields marked with __*__ are returned by default. | *creator_name| Creator Name. String. | | *creator_id| Creator unique ID. String. | | *content_url| (Deprecated). String. | -| *media_type_id| Content type of the asset (`1`: Photos, `2`: Illustrations, `3`: Vectors, `4`: Videos, `6`: 3D, `7`: Templates). Integer. | +| *media_type_id| Content type of the asset (`1`: Photos, `2`: Illustrations, `3`: Vectors, `4`: Videos, `6`: 3D, `7`: Templates, `9`: Audio). Integer. | | *vector_type| If the file is a vector indicates if its a svg or a ai/eps (reported as zip). String or Null. | | *content_type| Content type of the file (e.g. `image/jpeg`). String. | | *height| Item height. Integer. |