You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: litrpc/lit-autopilot.swagger.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -592,6 +592,13 @@
592
592
"type": "string",
593
593
"format": "byte",
594
594
"description": "The ID of the group of Session's that this Session is linked to. If this\nsession is not linked to any older Session, then this value will be the\nsame as the ID."
595
+
},
596
+
"feature_configs": {
597
+
"type": "object",
598
+
"additionalProperties": {
599
+
"type": "string"
600
+
},
601
+
"description": "Configurations for each individual feature mapping from the feature name to\na JSON-serialized configuration."
0 commit comments