Skip to content

Commit 5f66a2b

Browse files
Update api spec (#1406)
YOYO NEW API SPEC! Co-authored-by: zoo-github-actions-auth[bot] <zoo-github-actions-auth[bot]@users.noreply.github.com>
1 parent 293368a commit 5f66a2b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

spec.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46413,13 +46413,24 @@
4641346413
"payment_methods_summary"
4641446414
]
4641546415
},
46416+
"UserFeature": {
46417+
"type": "string",
46418+
"enum": [
46419+
"proprietary_to_kcl_conversion_beta",
46420+
"new_sketch_mode"
46421+
]
46422+
},
4641646423
"UserFeatureEntry": {
4641746424
"description": "Enabled features surfaced to end users.",
4641846425
"type": "object",
4641946426
"properties": {
4642046427
"id": {
4642146428
"description": "Stable identifier for the feature flag (snake_case).",
46422-
"type": "string"
46429+
"allOf": [
46430+
{
46431+
"$ref": "#/components/schemas/UserFeature"
46432+
}
46433+
]
4642346434
}
4642446435
},
4642546436
"required": [

0 commit comments

Comments
 (0)