diff --git a/seed/postman/examples/collection.json b/seed/postman/examples/collection.json index da7b2e9dc9f2..67e23ab5c647 100644 --- a/seed/postman/examples/collection.json +++ b/seed/postman/examples/collection.json @@ -868,12 +868,14 @@ { "key": "shallow", "description": null, - "value": "false" + "value": "false", + "disabled": true }, { "key": "tag", "description": null, - "value": "development" + "value": "development", + "disabled": true } ], "variable": [] @@ -914,12 +916,14 @@ { "key": "shallow", "description": null, - "value": "false" + "value": "false", + "disabled": true }, { "key": "tag", "description": null, - "value": "development" + "value": "development", + "disabled": true } ], "variable": [] @@ -963,12 +967,14 @@ { "key": "shallow", "description": null, - "value": "true" + "value": "true", + "disabled": true }, { "key": "tag", "description": null, - "value": "tag" + "value": "tag", + "disabled": true } ], "variable": [] diff --git a/seed/postman/exhaustive/collection.json b/seed/postman/exhaustive/collection.json index 3e4b4aa5c494..a18c80360ac1 100644 --- a/seed/postman/exhaustive/collection.json +++ b/seed/postman/exhaustive/collection.json @@ -1996,12 +1996,14 @@ { "key": "cursor", "description": "The cursor for pagination", - "value": "cursor" + "value": "cursor", + "disabled": true }, { "key": "limit", "description": "Maximum number of items to return", - "value": "1" + "value": "1", + "disabled": true } ], "variable": [] @@ -2036,12 +2038,14 @@ { "key": "cursor", "description": "The cursor for pagination", - "value": "cursor" + "value": "cursor", + "disabled": true }, { "key": "limit", "description": "Maximum number of items to return", - "value": "1" + "value": "1", + "disabled": true } ], "variable": [] diff --git a/seed/postman/literal/collection.json b/seed/postman/literal/collection.json index 7356c241e1a9..3ebda8a08cab 100644 --- a/seed/postman/literal/collection.json +++ b/seed/postman/literal/collection.json @@ -448,8 +448,7 @@ { "key": "optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "alias_prompt", @@ -459,8 +458,7 @@ { "key": "alias_optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "stream", @@ -470,8 +468,7 @@ { "key": "optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" }, { "key": "alias_stream", @@ -481,8 +478,7 @@ { "key": "alias_optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" }, { "key": "query", @@ -527,8 +523,7 @@ { "key": "optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "alias_prompt", @@ -538,8 +533,7 @@ { "key": "alias_optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "stream", @@ -549,8 +543,7 @@ { "key": "optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" }, { "key": "alias_stream", @@ -560,8 +553,7 @@ { "key": "alias_optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" }, { "key": "query", @@ -609,8 +601,7 @@ { "key": "optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "alias_prompt", @@ -620,8 +611,7 @@ { "key": "alias_optional_prompt", "description": null, - "value": "You are a helpful assistant", - "disabled": true + "value": "You are a helpful assistant" }, { "key": "query", @@ -636,8 +626,7 @@ { "key": "optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" }, { "key": "alias_stream", @@ -647,8 +636,7 @@ { "key": "alias_optional_stream", "description": null, - "value": "false", - "disabled": true + "value": "false" } ], "variable": [] diff --git a/seed/postman/mixed-file-directory/collection.json b/seed/postman/mixed-file-directory/collection.json index a5367928ff53..b7674646a780 100644 --- a/seed/postman/mixed-file-directory/collection.json +++ b/seed/postman/mixed-file-directory/collection.json @@ -211,8 +211,7 @@ { "key": "limit", "description": "The maximum number of results to return.", - "value": "1", - "disabled": true + "value": "1" } ], "variable": [] @@ -248,8 +247,7 @@ { "key": "limit", "description": "The maximum number of results to return.", - "value": "1", - "disabled": true + "value": "1" } ], "variable": [] @@ -290,8 +288,7 @@ { "key": "limit", "description": "The maximum number of results to return.", - "value": "1", - "disabled": true + "value": "1" } ], "variable": [] @@ -326,8 +323,7 @@ { "key": "limit", "description": "The maximum number of results to return.", - "value": "1", - "disabled": true + "value": "1" } ], "variable": []