Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14389,6 +14389,19 @@
"$ref": "#/definitions/ApiPortalInstance"
},
"readOnly": true
},
"apiTryOutEnabledState": {
"description": "Indicates whether the API try-out feature is enabled or disabled. When enabled, users can try out the API by sending requests and viewing responses in API portal. When disabled, users cannot try out the API.",
"type": "string",
"default": "Enabled",
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "ApiPortalApiTryOutEnabledState",
"modelAsString": true
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"public": true,
"gatewayIds": [
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default"
]
],
"apiTryOutEnabledState": "Enabled"
},
"sku": {
"name": "E0",
Expand Down Expand Up @@ -42,7 +43,8 @@
"name": "instance2",
"status": "Running"
}
]
],
"apiTryOutEnabledState": "Enabled"
},
"sku": {
"name": "E0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"name": "instance2",
"status": "Running"
}
]
],
"apiTryOutEnabledState": "Enabled"
},
"sku": {
"name": "E0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"name": "instance2",
"status": "Running"
}
]
],
"apiTryOutEnabledState": "Enabled"
},
"sku": {
"name": "E0",
Expand Down