Skip to content

Commit

Permalink
add important visibility to service parameters (#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-tribal authored Oct 23, 2024
1 parent 3abeed7 commit 8bff86e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions certified-connectors/Tribal/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -242,6 +243,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
}
],
Expand Down Expand Up @@ -299,6 +301,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -366,6 +369,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -425,6 +429,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -518,6 +523,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
}
],
Expand Down Expand Up @@ -565,6 +571,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
}
],
Expand Down Expand Up @@ -617,6 +624,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -796,6 +804,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -924,6 +933,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1008,6 +1018,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1188,6 +1199,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1273,6 +1285,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1392,6 +1405,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1617,6 +1631,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1792,6 +1807,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -1926,6 +1942,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2042,6 +2059,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2251,6 +2269,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2571,6 +2590,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2645,6 +2665,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2790,6 +2811,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -2977,6 +2999,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -3164,6 +3187,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -3353,6 +3377,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down Expand Up @@ -3566,6 +3591,7 @@
"x-ms-url-encoding": "single",
"in": "path",
"required": true,
"x-ms-visibility": "important",
"type": "string"
},
{
Expand Down

0 comments on commit 8bff86e

Please sign in to comment.