diff --git a/hugo/content/en/api/latest/tag-rules/_index.md b/hugo/content/en/api/latest/tag-rules/_index.md index 260cf368d88..77cdcd2939f 100644 --- a/hugo/content/en/api/latest/tag-rules/_index.md +++ b/hugo/content/en/api/latest/tag-rules/_index.md @@ -1,5 +1,3 @@ --- title: Tag Rules -aliases: -- /api/latest/tag-policies/ --- diff --git a/hugo/content/en/api/latest/tag-rules/create-a-tag-rule/index.md b/hugo/content/en/api/latest/tag-rules/create-a-tag-rule/index.md index e07eac69182..f5fdd282056 100644 --- a/hugo/content/en/api/latest/tag-rules/create-a-tag-rule/index.md +++ b/hugo/content/en/api/latest/tag-rules/create-a-tag-rule/index.md @@ -1,5 +1,3 @@ --- title: Create a tag rule -aliases: -- /api/latest/tag-policies/create-a-tag-policy/ --- diff --git a/hugo/content/en/api/latest/tag-rules/delete-a-tag-rule/index.md b/hugo/content/en/api/latest/tag-rules/delete-a-tag-rule/index.md index 4ca9a1a150a..bdf9ed321ee 100644 --- a/hugo/content/en/api/latest/tag-rules/delete-a-tag-rule/index.md +++ b/hugo/content/en/api/latest/tag-rules/delete-a-tag-rule/index.md @@ -1,5 +1,3 @@ --- title: Delete a tag rule -aliases: -- /api/latest/tag-policies/delete-a-tag-policy/ --- diff --git a/hugo/content/en/api/latest/tag-rules/get-a-tag-rule-compliance-score/index.md b/hugo/content/en/api/latest/tag-rules/get-a-tag-rule-compliance-score/index.md index eeb3ffe96c0..25fa8b719fc 100644 --- a/hugo/content/en/api/latest/tag-rules/get-a-tag-rule-compliance-score/index.md +++ b/hugo/content/en/api/latest/tag-rules/get-a-tag-rule-compliance-score/index.md @@ -1,5 +1,3 @@ --- title: Get a tag rule compliance score -aliases: -- /api/latest/tag-policies/get-a-tag-policy-compliance-score/ --- diff --git a/hugo/content/en/api/latest/tag-rules/get-a-tag-rule/index.md b/hugo/content/en/api/latest/tag-rules/get-a-tag-rule/index.md index 9ccb6a89f6e..784c5f7601d 100644 --- a/hugo/content/en/api/latest/tag-rules/get-a-tag-rule/index.md +++ b/hugo/content/en/api/latest/tag-rules/get-a-tag-rule/index.md @@ -1,5 +1,3 @@ --- title: Get a tag rule -aliases: -- /api/latest/tag-policies/get-a-tag-policy/ --- diff --git a/hugo/content/en/api/latest/tag-rules/list-tag-rules/index.md b/hugo/content/en/api/latest/tag-rules/list-tag-rules/index.md index 89ee2d21313..97b3eef7e4a 100644 --- a/hugo/content/en/api/latest/tag-rules/list-tag-rules/index.md +++ b/hugo/content/en/api/latest/tag-rules/list-tag-rules/index.md @@ -1,5 +1,3 @@ --- title: List tag rules -aliases: -- /api/latest/tag-policies/list-tag-policies/ --- diff --git a/hugo/content/en/api/latest/tag-rules/update-a-tag-rule/index.md b/hugo/content/en/api/latest/tag-rules/update-a-tag-rule/index.md index 61817d690dc..600dd1d735f 100644 --- a/hugo/content/en/api/latest/tag-rules/update-a-tag-rule/index.md +++ b/hugo/content/en/api/latest/tag-rules/update-a-tag-rule/index.md @@ -1,5 +1,3 @@ --- title: Update a tag rule -aliases: -- /api/latest/tag-policies/update-a-tag-policy/ --- diff --git a/hugo/content/en/api/v2/feature-flags/examples.json b/hugo/content/en/api/v2/feature-flags/examples.json index 9098214b397..1d7f8266fad 100644 --- a/hugo/content/en/api/v2/feature-flags/examples.json +++ b/hugo/content/en/api/v2/feature-flags/examples.json @@ -1107,12 +1107,15 @@ "attributes": { "description": "Updated description for feature flag XYZ789", "json_schema": "{\"type\": \"object\", \"properties\": {\"enabled\": {\"type\": \"boolean\"}}}", - "name": "Updated Feature Flag XYZ789" + "name": "Updated Feature Flag XYZ789", + "tags": [ + "team:feature-flagging" + ] }, "type": "feature-flags" } }, - "html": "
data [required]
\nobject
Data for updating a feature flag.
attributes [required]
\nobject
Attributes for updating a feature flag.
description
\nstring
The description of the feature flag.
json_schema
\nstring
JSON schema for validation when value_type is JSON.
name
\nstring
The name of the feature flag.
type [required]
\nenum
The resource type. \nAllowed enum values: feature-flags
data [required]
\nobject
Data for updating a feature flag.
attributes [required]
\nobject
Attributes for updating a feature flag.
description
\nstring
The description of the feature flag.
json_schema
\nstring
JSON schema for validation when value_type is JSON.
name
\nstring
The name of the feature flag.
tags
\n[string]
Tags associated with the feature flag. This field replaces the full set of\nexisting tags; omit it to leave tags unchanged, or pass an empty array to\nclear all tags. The owning team is set by including a tag of the form\nteam:<team-handle> in this array.
type [required]
\nenum
The resource type. \nAllowed enum values: feature-flags