Skip to content

Commit f79e1f4

Browse files
committed
Update wp-api-generated.js fixture for namespace param in abilities endpoint
1 parent eceba97 commit f79e1f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12582,6 +12582,11 @@ mockedApiResponse.Schema = {
1258212582
"description": "Limit results to abilities in specific ability category.",
1258312583
"type": "string",
1258412584
"required": false
12585+
},
12586+
"namespace": {
12587+
"description": "Limit results to abilities in a specific namespace.",
12588+
"type": "string",
12589+
"required": false
1258512590
}
1258612591
}
1258712592
}

0 commit comments

Comments
 (0)