|  | 
| 5 | 5 | 
 | 
| 6 | 6 |     This API provides endpoints for managing Intakes.  | 
| 7 | 7 | 
 | 
| 8 |  | -    The version of the OpenAPI document: 1beta.3.1 | 
|  | 8 | +    The version of the OpenAPI document: 1beta.3.2 | 
| 9 | 9 |     Generated by OpenAPI Generator (https://openapi-generator.tech) | 
| 10 | 10 | 
 | 
| 11 | 11 |     Do not edit the class manually. | 
| @@ -3877,7 +3877,7 @@ def update_intake_runner( | 
| 3877 | 3877 |         _content_type: Optional[StrictStr] = None, | 
| 3878 | 3878 |         _headers: Optional[Dict[StrictStr, Any]] = None, | 
| 3879 | 3879 |         _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, | 
| 3880 |  | -    ) -> None: | 
|  | 3880 | +    ) -> IntakeRunnerResponse: | 
| 3881 | 3881 |         """update_intake_runner | 
| 3882 | 3882 | 
 | 
| 3883 | 3883 |         Updates a intake runner within the project. | 
| @@ -3924,7 +3924,7 @@ def update_intake_runner( | 
| 3924 | 3924 |         ) | 
| 3925 | 3925 | 
 | 
| 3926 | 3926 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 3927 |  | -            "204": None, | 
|  | 3927 | +            "200": "IntakeRunnerResponse", | 
| 3928 | 3928 |             "400": None, | 
| 3929 | 3929 |             "401": None, | 
| 3930 | 3930 |             "409": None, | 
| @@ -3955,7 +3955,7 @@ def update_intake_runner_with_http_info( | 
| 3955 | 3955 |         _content_type: Optional[StrictStr] = None, | 
| 3956 | 3956 |         _headers: Optional[Dict[StrictStr, Any]] = None, | 
| 3957 | 3957 |         _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, | 
| 3958 |  | -    ) -> ApiResponse[None]: | 
|  | 3958 | +    ) -> ApiResponse[IntakeRunnerResponse]: | 
| 3959 | 3959 |         """update_intake_runner | 
| 3960 | 3960 | 
 | 
| 3961 | 3961 |         Updates a intake runner within the project. | 
| @@ -4002,7 +4002,7 @@ def update_intake_runner_with_http_info( | 
| 4002 | 4002 |         ) | 
| 4003 | 4003 | 
 | 
| 4004 | 4004 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 4005 |  | -            "204": None, | 
|  | 4005 | +            "200": "IntakeRunnerResponse", | 
| 4006 | 4006 |             "400": None, | 
| 4007 | 4007 |             "401": None, | 
| 4008 | 4008 |             "409": None, | 
| @@ -4080,7 +4080,7 @@ def update_intake_runner_without_preload_content( | 
| 4080 | 4080 |         ) | 
| 4081 | 4081 | 
 | 
| 4082 | 4082 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 4083 |  | -            "204": None, | 
|  | 4083 | +            "200": "IntakeRunnerResponse", | 
| 4084 | 4084 |             "400": None, | 
| 4085 | 4085 |             "401": None, | 
| 4086 | 4086 |             "409": None, | 
| @@ -4126,6 +4126,10 @@ def _update_intake_runner_serialize( | 
| 4126 | 4126 |         if update_intake_runner_payload is not None: | 
| 4127 | 4127 |             _body_params = update_intake_runner_payload | 
| 4128 | 4128 | 
 | 
|  | 4129 | +        # set the HTTP header `Accept` | 
|  | 4130 | +        if "Accept" not in _header_params: | 
|  | 4131 | +            _header_params["Accept"] = self.api_client.select_header_accept(["application/json"]) | 
|  | 4132 | + | 
| 4129 | 4133 |         # set the HTTP header `Content-Type` | 
| 4130 | 4134 |         if _content_type: | 
| 4131 | 4135 |             _header_params["Content-Type"] = _content_type | 
| @@ -4171,7 +4175,7 @@ def update_intake_user( | 
| 4171 | 4175 |         _content_type: Optional[StrictStr] = None, | 
| 4172 | 4176 |         _headers: Optional[Dict[StrictStr, Any]] = None, | 
| 4173 | 4177 |         _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, | 
| 4174 |  | -    ) -> None: | 
|  | 4178 | +    ) -> IntakeUserResponse: | 
| 4175 | 4179 |         """update_intake_user | 
| 4176 | 4180 | 
 | 
| 4177 | 4181 |         Updates the given intake user. | 
| @@ -4221,7 +4225,7 @@ def update_intake_user( | 
| 4221 | 4225 |         ) | 
| 4222 | 4226 | 
 | 
| 4223 | 4227 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 4224 |  | -            "204": None, | 
|  | 4228 | +            "200": "IntakeUserResponse", | 
| 4225 | 4229 |             "401": None, | 
| 4226 | 4230 |             "404": None, | 
| 4227 | 4231 |             "409": None, | 
| @@ -4253,7 +4257,7 @@ def update_intake_user_with_http_info( | 
| 4253 | 4257 |         _content_type: Optional[StrictStr] = None, | 
| 4254 | 4258 |         _headers: Optional[Dict[StrictStr, Any]] = None, | 
| 4255 | 4259 |         _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, | 
| 4256 |  | -    ) -> ApiResponse[None]: | 
|  | 4260 | +    ) -> ApiResponse[IntakeUserResponse]: | 
| 4257 | 4261 |         """update_intake_user | 
| 4258 | 4262 | 
 | 
| 4259 | 4263 |         Updates the given intake user. | 
| @@ -4303,7 +4307,7 @@ def update_intake_user_with_http_info( | 
| 4303 | 4307 |         ) | 
| 4304 | 4308 | 
 | 
| 4305 | 4309 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 4306 |  | -            "204": None, | 
|  | 4310 | +            "200": "IntakeUserResponse", | 
| 4307 | 4311 |             "401": None, | 
| 4308 | 4312 |             "404": None, | 
| 4309 | 4313 |             "409": None, | 
| @@ -4385,7 +4389,7 @@ def update_intake_user_without_preload_content( | 
| 4385 | 4389 |         ) | 
| 4386 | 4390 | 
 | 
| 4387 | 4391 |         _response_types_map: Dict[str, Optional[str]] = { | 
| 4388 |  | -            "204": None, | 
|  | 4392 | +            "200": "IntakeUserResponse", | 
| 4389 | 4393 |             "401": None, | 
| 4390 | 4394 |             "404": None, | 
| 4391 | 4395 |             "409": None, | 
| @@ -4434,6 +4438,10 @@ def _update_intake_user_serialize( | 
| 4434 | 4438 |         if update_intake_user_payload is not None: | 
| 4435 | 4439 |             _body_params = update_intake_user_payload | 
| 4436 | 4440 | 
 | 
|  | 4441 | +        # set the HTTP header `Accept` | 
|  | 4442 | +        if "Accept" not in _header_params: | 
|  | 4443 | +            _header_params["Accept"] = self.api_client.select_header_accept(["application/json"]) | 
|  | 4444 | + | 
| 4437 | 4445 |         # set the HTTP header `Content-Type` | 
| 4438 | 4446 |         if _content_type: | 
| 4439 | 4447 |             _header_params["Content-Type"] = _content_type | 
|  | 
0 commit comments