diff options
author | John Estabrook <jestabro@vyos.io> | 2022-10-21 12:16:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 12:16:15 -0500 |
commit | eeb7810f4240a2c1d1da0bcc6825ae9c75ca693e (patch) | |
tree | 185852648551dd188f23da46c8e6c867ecfdd4de /interface-definitions | |
parent | c8dbd6ce6cd466bd7903987e58b885f0e92d1691 (diff) | |
parent | 89fbe73b9fb9ad178a2a35bdf9c7c477dc72f054 (diff) | |
download | vyos-1x-eeb7810f4240a2c1d1da0bcc6825ae9c75ca693e.tar.gz vyos-1x-eeb7810f4240a2c1d1da0bcc6825ae9c75ca693e.zip |
Merge pull request #1610 from jestabro/migrate-graphql
graphql: T4768: change name of api child node from 'gql' to 'graphql'
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 2 | ||||
-rw-r--r-- | interface-definitions/include/version/https-version.xml.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index d096c4ff1..28656b594 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -107,7 +107,7 @@ <valueless/> </properties> </leafNode> - <node name="gql"> + <node name="graphql"> <properties> <help>GraphQL support</help> </properties> diff --git a/interface-definitions/include/version/https-version.xml.i b/interface-definitions/include/version/https-version.xml.i index 586083649..111076974 100644 --- a/interface-definitions/include/version/https-version.xml.i +++ b/interface-definitions/include/version/https-version.xml.i @@ -1,3 +1,3 @@ <!-- include start from include/version/https-version.xml.i --> -<syntaxVersion component='https' version='3'></syntaxVersion> +<syntaxVersion component='https' version='4'></syntaxVersion> <!-- include end --> |