Skip to content

Commit

Permalink
Merge pull request #1803 from keymanapp/cloud/search/1.0-2.0
Browse files Browse the repository at this point in the history
chore: fixes Blocked due to other 4xx issue in Google Search Console
  • Loading branch information
mcdurdin authored Jan 31, 2025
2 parents b394e2e + ac156b7 commit 643d100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developer/cloud/search/1.0/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
?>
<h2>Keyboard search API 1.0 Specification</h2>

<p>Documents the <a href='https://api.keyman.com/search'>api.keyman.com/search</a> endpoint.</p>
<p>Documents the <b>api.keyman.com/search</b> endpoint.</p>

<p>This API is deprecated and has been replaced with <a href='../2.0'>version 2.0</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion developer/cloud/search/2.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Keyboard search API 2.0 Specification
---

Documents the [api.keyman.com/search/2.0](https://api.keyman.com/search/2.0) endpoint. Searches are run across keyboard names, identifiers and details, language names, script names and country names, and returns an array of keyboards that match.
Documents the **api.keyman.com/search/2.0** endpoint. Searches are run across keyboard names, identifiers and details, language names, script names and country names, and returns an array of keyboards that match.

Note: unlike the [Search 1.0 endpoint](../1.0), this endpoint always returns an array of keyboards. Version 1.0 would return arrays of matching languages and countries as well, but this has been consolidated into a flat array rather than a conceptual tree of results, which is easier for end users to understand and use.

Expand Down

0 comments on commit 643d100

Please sign in to comment.