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: docs/ComposeApi.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1500,7 +1500,7 @@ Name | Type | Description | Notes
1500
1500
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/GetApi.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -680,7 +680,7 @@ No authorization required
680
680
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
defprojects_get(self, page : Annotated[Optional[conint(strict=True, ge=0)], Field(description="page of results")] =None, page_size : Annotated[Optional[conint(strict=True, lt=30000, ge=1)], Field(description="number of elements to return on a page")] =None, name : Annotated[Optional[StrictStr], Field(description="search the name field for a term")] =None, search : Annotated[Optional[constr(strict=True, min_length=1)], Field(description="search for entries that contain the substring")] =None, description : Annotated[Optional[StrictStr], Field(description="search description field for a term")] =None, sort : Annotated[Optional[StrictStr], Field(description="Parameter to sort results on")] =None, desc : Annotated[Optional[StrictBool], Field(description="sort results by descending order (as opposed to ascending order)")] =None, **kwargs) ->ProjectList: # noqa: E501
3035
+
defprojects_get(self, page : Annotated[Optional[conint(strict=True, ge=0)], Field(description="page of results")] =None, page_size : Annotated[Optional[conint(strict=True, lt=30000, ge=1)], Field(description="number of elements to return on a page")] =None, name : Annotated[Optional[StrictStr], Field(description="search the name field for a term")] =None, search : Annotated[Optional[constr(strict=True, min_length=1)], Field(description="search for entries that contain the substring")] =None, description : Annotated[Optional[StrictStr], Field(description="search description field for a term")] =None, sort : Annotated[Optional[StrictStr], Field(description="Parameter to sort results on")] =None, desc : Annotated[Optional[StrictBool], Field(description="sort results by descending order (as opposed to ascending order)")] =None, user_id : Annotated[Optional[StrictStr], Field(description="user id you want to filter on")] =None, **kwargs) ->ProjectList: # noqa: E501
3036
3036
"""Your GET endpoint # noqa: E501
3037
3037
3038
3038
This method makes a synchronous HTTP request by default. To make an
raiseValueError("Error! Please call the projects_get_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
defprojects_get_with_http_info(self, page : Annotated[Optional[conint(strict=True, ge=0)], Field(description="page of results")] =None, page_size : Annotated[Optional[conint(strict=True, lt=30000, ge=1)], Field(description="number of elements to return on a page")] =None, name : Annotated[Optional[StrictStr], Field(description="search the name field for a term")] =None, search : Annotated[Optional[constr(strict=True, min_length=1)], Field(description="search for entries that contain the substring")] =None, description : Annotated[Optional[StrictStr], Field(description="search description field for a term")] =None, sort : Annotated[Optional[StrictStr], Field(description="Parameter to sort results on")] =None, desc : Annotated[Optional[StrictBool], Field(description="sort results by descending order (as opposed to ascending order)")] =None, **kwargs) ->ApiResponse: # noqa: E501
3077
+
defprojects_get_with_http_info(self, page : Annotated[Optional[conint(strict=True, ge=0)], Field(description="page of results")] =None, page_size : Annotated[Optional[conint(strict=True, lt=30000, ge=1)], Field(description="number of elements to return on a page")] =None, name : Annotated[Optional[StrictStr], Field(description="search the name field for a term")] =None, search : Annotated[Optional[constr(strict=True, min_length=1)], Field(description="search for entries that contain the substring")] =None, description : Annotated[Optional[StrictStr], Field(description="search description field for a term")] =None, sort : Annotated[Optional[StrictStr], Field(description="Parameter to sort results on")] =None, desc : Annotated[Optional[StrictBool], Field(description="sort results by descending order (as opposed to ascending order)")] =None, user_id : Annotated[Optional[StrictStr], Field(description="user id you want to filter on")] =None, **kwargs) ->ApiResponse: # noqa: E501
3076
3078
"""Your GET endpoint # noqa: E501
3077
3079
3078
3080
This method makes a synchronous HTTP request by default. To make an
0 commit comments