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
2 changes: 1 addition & 1 deletion main/docs/api/management/v2/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"oasVersion": "1.9486.0",
"oasVersion": "1.9493.0",
"snippetVersion": "0.0.8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["read:attack_protection"]} />
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["update:attack_protection"]} />
2 changes: 1 addition & 1 deletion main/docs/fr-ca/api/management/v2/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"oasVersion": "1.9486.0",
"oasVersion": "1.9493.0",
"snippetVersion": "0.0.8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["read:attack_protection"]} />
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["update:attack_protection"]} />
2 changes: 1 addition & 1 deletion main/docs/ja-jp/api/management/v2/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"oasVersion": "1.9486.0",
"oasVersion": "1.9493.0",
"snippetVersion": "0.0.8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["read:attack_protection"]} />
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ deprecated: false
import { ApiReleaseLifecycle } from "/snippets/ApiReleaseLifecycle.jsx";
import { Scopes } from "/snippets/ApiScopes.jsx";

<ApiReleaseLifecycle releaseLifecycle="EA" />
<ApiReleaseLifecycle releaseLifecycle="GA" />
<Scopes scopes={["update:attack_protection"]} />
10 changes: 5 additions & 5 deletions main/docs/oas/management/v2/management-api-oas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@
}
},
"operationId": "get_phone-provider-protection",
"x-release-lifecycle": "EA",
"x-release-lifecycle": "GA",
"x-operation-name": "get",
"x-operation-group": [
"attackProtection",
Expand Down Expand Up @@ -3656,7 +3656,7 @@
}
},
"operationId": "patch_phone-provider-protection",
"x-release-lifecycle": "EA",
"x-release-lifecycle": "GA",
"x-operation-name": "patch",
"x-operation-group": [
"attackProtection",
Expand Down Expand Up @@ -50031,7 +50031,7 @@
"type": "string"
},
"weight": {
"type": "number"
"type": "integer"
},
"priority": {
"type": "integer"
Expand All @@ -50058,7 +50058,7 @@
"pattern": "^var_[A-HJ-NP-Za-km-z1-9]+$"
},
"weight": {
"type": "number",
"type": "integer",
"description": "Percentage weight for this allocation (percentage strategy only)",
"minimum": 0,
"maximum": 100
Expand Down Expand Up @@ -108311,7 +108311,7 @@
"description": "The type of backoff strategy to use.",
"enum": [
"exponential",
"none"
"default"
]
},
"PhoneProviderSchemaMasked": {
Expand Down
Loading