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
defcreate_awf_step(self, body : Optional[AdditionalWorkflowStepRequestDto] =None, **kwargs) ->AdditionalWorkflowStepDto: # noqa: E501
52
52
"""Create additional workflow step # noqa: E501
53
53
@@ -75,7 +75,7 @@ def create_awf_step(self, body : Optional[AdditionalWorkflowStepRequestDto] = No
75
75
raiseValueError("Error! Please call the create_awf_step_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
raiseValueError("Error! Please call the delete_awf_step_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
deflist_awf_steps(self, page_number : Annotated[Optional[conint(strict=True, ge=0)], Field(description="Page number, starting with 0, default 0")] =None, page_size : Annotated[Optional[conint(strict=True, le=50, ge=1)], Field(description="Page size, accepts values between 1 and 50, default 50")] =None, name : Annotated[Optional[StrictStr], Field(description="Name of the additional workflow step to filter")] =None, **kwargs) ->PageDtoAdditionalWorkflowStepDto: # noqa: E501
329
+
@validate_call
330
+
deflist_awf_steps(self, page_number : Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Page number, starting with 0, default 0")] =None, page_size : Annotated[Optional[Annotated[int, Field(strict=True, le=50, ge=1)]], Field(description="Page size, accepts values between 1 and 50, default 50")] =None, name : Annotated[Optional[StrictStr], Field(description="Name of the additional workflow step to filter")] =None, **kwargs) ->PageDtoAdditionalWorkflowStepDto: # noqa: E501
331
331
"""List additional workflow steps # noqa: E501
332
332
333
333
This method makes a synchronous HTTP request by default. To make an
@@ -358,8 +358,8 @@ def list_awf_steps(self, page_number : Annotated[Optional[conint(strict=True, ge
358
358
raiseValueError("Error! Please call the list_awf_steps_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
0 commit comments