Skip to content
Merged
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 @@ -90,7 +90,7 @@
"200": {
"description": "Successfully retrieved the specified IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
"default": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"description": "The required parameters for creating or updating an IPv6 firewall rule.",
"required": true,
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
{
Expand All @@ -143,7 +143,7 @@
"200": {
"description": "Successfully updated the IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
"default": {
Expand All @@ -152,7 +152,7 @@
"201": {
"description": "Successfully created the IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
}
},
Expand Down Expand Up @@ -212,7 +212,7 @@
}
},
"definitions": {
"IPv6 FirewallRule": {
"IPv6FirewallRule": {
"description": "An IPv6 server firewall rule.",
"type": "object",
"allOf": [
Expand All @@ -236,7 +236,7 @@
"description": "Array of results.",
"type": "array",
"items": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
},
"readOnly": true
},
Expand Down