Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got a 9 back as a media_type_id. #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/13-license-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down