Skip to content

Commit

Permalink
Fixing typos for API spec 2024-08-22 Preview version (#33033)
Browse files Browse the repository at this point in the history
  • Loading branch information
amruthashree18 authored Mar 6, 2025
1 parent a0c30da commit 963f34e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
}
}
},
"/app/userDefinedEndpoints/runTimeOptions": {
"/app/userDefinedEndpoints/runtimeOptions": {
"get": {
"operationId": "GetRuntimeOptions",
"x-ms-examples": {
Expand Down Expand Up @@ -1830,7 +1830,7 @@
}
},
"ModuleNameParameter": {
"name": "module",
"name": "module_name",
"required": true,
"description": "module name of the user defined endpoint",
"in": "query",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"api-version": "2024-08-22-preview",
"module": "TESTJS"
"module_name": "TESTJS"
},
"responses": {
"200": {
Expand Down

0 comments on commit 963f34e

Please sign in to comment.