@@ -2609,6 +2609,27 @@ paths:
26092609 example : ' {"field": "name", "direction": "desc"}'
26102610 name : order_by
26112611 in : query
2612+ - description : " filters\n {\n \" title\" : \" FolderFilters\" ,\n \" description\" \
2613+ : \" Encoded as JSON. Each available filter can have its own logic (should\
2614+ \ be well documented)\\ nInspired by Docker API https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerList.\" \
2615+ ,\n \" type\" : \" object\" ,\n \" properties\" : {\n \" trashed\" : {\n \" title\" \
2616+ : \" Trashed\" ,\n \" description\" : \" Set to true to list trashed, false\
2617+ \ to list non-trashed (default), None to list all\" ,\n \" default\" : false,\n \
2618+ \ \" type\" : \" boolean\"\n }\n }\n }"
2619+ required : false
2620+ schema :
2621+ title : Filters
2622+ type : string
2623+ description : " filters\n {\n \" title\" : \" FolderFilters\" ,\n \" description\" \
2624+ : \" Encoded as JSON. Each available filter can have its own logic (should\
2625+ \ be well documented)\\ nInspired by Docker API https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerList.\" \
2626+ ,\n \" type\" : \" object\" ,\n \" properties\" : {\n \" trashed\" : {\n \" \
2627+ title\" : \" Trashed\" ,\n \" description\" : \" Set to true to list trashed,\
2628+ \ false to list non-trashed (default), None to list all\" ,\n \" default\" \
2629+ : false,\n \" type\" : \" boolean\"\n }\n }\n }"
2630+ format : json-string
2631+ name : filters
2632+ in : query
26122633 - required : false
26132634 schema :
26142635 title : Limit
@@ -3039,10 +3060,24 @@ paths:
30393060 example : ' {"field": "last_change_date", "direction": "desc"}'
30403061 name : order_by
30413062 in : query
3042- - required : false
3063+ - description : " filters\n {\n \" title\" : \" ProjectFilters\" ,\n \" description\" \
3064+ : \" Encoded as JSON. Each available filter can have its own logic (should\
3065+ \ be well documented)\\ nInspired by Docker API https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerList.\" \
3066+ ,\n \" type\" : \" object\" ,\n \" properties\" : {\n \" trashed\" : {\n \" title\" \
3067+ : \" Trashed\" ,\n \" description\" : \" Set to true to list trashed, false\
3068+ \ to list non-trashed (default), None to list all\" ,\n \" default\" : false,\n \
3069+ \ \" type\" : \" boolean\"\n }\n }\n }"
3070+ required : false
30433071 schema :
30443072 title : Filters
30453073 type : string
3074+ description : " filters\n {\n \" title\" : \" ProjectFilters\" ,\n \" description\" \
3075+ : \" Encoded as JSON. Each available filter can have its own logic (should\
3076+ \ be well documented)\\ nInspired by Docker API https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerList.\" \
3077+ ,\n \" type\" : \" object\" ,\n \" properties\" : {\n \" trashed\" : {\n \" \
3078+ title\" : \" Trashed\" ,\n \" description\" : \" Set to true to list trashed,\
3079+ \ false to list non-trashed (default), None to list all\" ,\n \" default\" \
3080+ : false,\n \" type\" : \" boolean\"\n }\n }\n }"
30463081 format : json-string
30473082 name : filters
30483083 in : query
0 commit comments