Skip to content

Commit 6a29efc

Browse files
chore: update api schema dump
Co-authored-by: octodog <[email protected]>
1 parent a52db64 commit 6a29efc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/manager/rest-reference/openapi.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4679,9 +4679,9 @@
46794679
"description": "\n**Preconditions:**\n* User privilege required.\n"
46804680
}
46814681
},
4682-
"//gql": {
4682+
"//gql/graphene": {
46834683
"post": {
4684-
"operationId": "root.handle_gql",
4684+
"operationId": "root.handle_gql_graphene",
46854685
"tags": [
46864686
"root"
46874687
],
@@ -4725,9 +4725,9 @@
47254725
"description": "\n**Preconditions:**\n* User privilege required.\n"
47264726
}
47274727
},
4728-
"//gql/v2": {
4728+
"//gql/strawberry": {
47294729
"post": {
4730-
"operationId": "root.handle_gql_v2",
4730+
"operationId": "root.handle_gql_strawberry",
47314731
"tags": [
47324732
"root"
47334733
],
@@ -4747,7 +4747,7 @@
47474747
},
47484748
"/spec/graphiql": {
47494749
"get": {
4750-
"operationId": "spec.render_graphiql_html",
4750+
"operationId": "spec.render_graphiql_graphene_html",
47514751
"tags": [
47524752
"spec"
47534753
],
@@ -4765,9 +4765,9 @@
47654765
"description": "\n**Preconditions:**\n* User privilege required.\n"
47664766
}
47674767
},
4768-
"/spec/graphiql/v2": {
4768+
"/spec/graphiql/strawberry": {
47694769
"get": {
4770-
"operationId": "spec.render_graphiql_v2_html",
4770+
"operationId": "spec.render_graphiql_strawberry_html",
47714771
"tags": [
47724772
"spec"
47734773
],

0 commit comments

Comments
 (0)