Skip to content

Commit

Permalink
Regenerate wp-api-generated.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 9, 2024
1 parent a8ee86d commit d67a6c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -8336,6 +8336,32 @@ mockedApiResponse.Schema = {
}
]
},
"/wp/v2/counts/(?P<post_type>[\\w-]+)": {
"namespace": "wp/v2",
"methods": [
"GET"
],
"endpoints": [
{
"methods": [
"GET"
],
"args": {
"post_type": {
"description": "An alphanumeric identifier for the post type.",
"type": "string",
"required": false
},
"context": {
"description": "Scope under which the request is made; determines fields present in response.",
"type": "string",
"default": "view",
"required": false
}
}
}
]
},
"/wp/v2/taxonomies": {
"namespace": "wp/v2",
"methods": [
Expand Down

0 comments on commit d67a6c1

Please sign in to comment.