Skip to content
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
4 changes: 2 additions & 2 deletions reference/taxonomies.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@

<div><section class="route">
<div class="primary">
<h2>Retrieve a Taxonomy</h2>
<h2>Retrieve Taxonomies</h2>

<h3>Definition & Example Request</h3>

<code>GET /wp/v2/taxonomies</code>

<p>Query this endpoint to retrieve a specific taxonomy record.</p>
<p>Query this endpoint to retrieve taxonomy records.</p>

<code>$ curl https://example.com/wp-json/wp/v2/taxonomies</code>
</div>
Expand Down