Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Updating openapi.json #116

Merged
merged 1 commit into from
Aug 29, 2019
Merged
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
7 changes: 4 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Shutterstock API Reference",
"description": "The Shutterstock API provides access to Shutterstock's library of media, as well as information about customers' accounts and the contributors that provide the media.",
"version": "1.0.14"
"version": "1.0.15"
},
"paths": {
"/v2/images/search": {
Expand Down Expand Up @@ -10214,7 +10214,7 @@
"additionalProperties": false
},
"Language": {
"description": "Two-character language code",
"description": "Language code",
"title": "language",
"enum": [
"cs",
Expand All @@ -10236,7 +10236,8 @@
"sv",
"th",
"tr",
"zh"
"zh",
"zh-Hant"
],
"type": "string"
},
Expand Down