We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation must talk about using media id (stock art file id) as the value to provide for specific parameters.
Documentation use the same word as the parameter name instead of using the value's name returned in other API calls.
Into https://github.com/AdobeDocs/stock-api-docs/blob/main/src/pages/api/11-search-reference.md
In both the search_parameters[model_id] and search_parameters[series_id] parameter description.
search_parameters[model_id]
search_parameters[series_id]
0f2ac8d (which is the main branch up-to-date when writing this)
Texts from the documentation:
Search for assets that portray a specific person (model) using the model's ID. Integer.
Search for assets in the specified series using the series ID. Returns all assets that the creator has grouped into this single series. Integer.
Duplicate of adobe/legacy-stock-api-docs#23 since you moved to a new repository
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
Documentation must talk about using media id (stock art file id) as the value to provide for specific parameters.
Actual Behaviour
Documentation use the same word as the parameter name instead of using the value's name returned in other API calls.
Steps to Reproduce
Into https://github.com/AdobeDocs/stock-api-docs/blob/main/src/pages/api/11-search-reference.md
In both the
search_parameters[model_id]
andsearch_parameters[series_id]
parameter description.Platform and Version
0f2ac8d (which is the main branch up-to-date when writing this)
Sample Code that illustrates the problem
Texts from the documentation:
Search for assets that portray a specific person (model) using the model's ID. Integer.
Search for assets in the specified series using the series ID. Returns all assets that the creator has grouped into this single series. Integer.
Other
Duplicate of adobe/legacy-stock-api-docs#23 since you moved to a new repository
The text was updated successfully, but these errors were encountered: