Skip to content

Commit 885d221

Browse files
committed
build(package): mustache
1 parent b18639f commit 885d221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update-endpoints/fetch-json.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ if (!process.env.VERSION) {
1010

1111
const QUERY = `
1212
query ($version: String) {
13-
endpoints(version: $version, filter: { isLegacy: false, isGithubCloudOnly: false }) {
13+
endpoints(version: $version, filter: { isGithubCloudOnly: false }) {
1414
name
1515
scope(format: CAMELCASE)
1616
id(format: CAMELCASE)
1717
method
1818
url
1919
isDeprecated
20+
isLegacy
2021
description
2122
documentationUrl
2223
previews(required: true) {

0 commit comments

Comments
 (0)