|
5 | 5 |
|
6 | 6 | No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
7 | 7 |
|
8 |
| - The version of the OpenAPI document: v1.28.2 |
| 8 | + The version of the OpenAPI document: v1.29.0 |
9 | 9 | Generated by: https://openapi-generator.tech
|
10 | 10 | """
|
11 | 11 |
|
@@ -54,7 +54,7 @@ def create_self_subject_review(self, body, **kwargs): # noqa: E501
|
54 | 54 | :type field_manager: str
|
55 | 55 | :param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
56 | 56 | :type field_validation: str
|
57 |
| - :param pretty: If 'true', then the output is pretty printed. |
| 57 | + :param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
58 | 58 | :type pretty: str
|
59 | 59 | :param async_req: Whether to execute the request asynchronously.
|
60 | 60 | :type async_req: bool, optional
|
@@ -92,7 +92,7 @@ def create_self_subject_review_with_http_info(self, body, **kwargs): # noqa: E5
|
92 | 92 | :type field_manager: str
|
93 | 93 | :param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
94 | 94 | :type field_validation: str
|
95 |
| - :param pretty: If 'true', then the output is pretty printed. |
| 95 | + :param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
96 | 96 | :type pretty: str
|
97 | 97 | :param async_req: Whether to execute the request asynchronously.
|
98 | 98 | :type async_req: bool, optional
|
@@ -223,7 +223,7 @@ def create_token_review(self, body, **kwargs): # noqa: E501
|
223 | 223 | :type field_manager: str
|
224 | 224 | :param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
225 | 225 | :type field_validation: str
|
226 |
| - :param pretty: If 'true', then the output is pretty printed. |
| 226 | + :param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
227 | 227 | :type pretty: str
|
228 | 228 | :param async_req: Whether to execute the request asynchronously.
|
229 | 229 | :type async_req: bool, optional
|
@@ -261,7 +261,7 @@ def create_token_review_with_http_info(self, body, **kwargs): # noqa: E501
|
261 | 261 | :type field_manager: str
|
262 | 262 | :param field_validation: fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
263 | 263 | :type field_validation: str
|
264 |
| - :param pretty: If 'true', then the output is pretty printed. |
| 264 | + :param pretty: If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). |
265 | 265 | :type pretty: str
|
266 | 266 | :param async_req: Whether to execute the request asynchronously.
|
267 | 267 | :type async_req: bool, optional
|
|
0 commit comments