waldur-api-client 7.8.1__py3-none-any.whl → 7.8.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/booking_resources/booking_resources_count.py +10 -13
- waldur_api_client/api/booking_resources/booking_resources_list.py +10 -13
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_create.py +44 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_partial_update.py +46 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_update.py +44 -7
- waldur_api_client/api/checklists_admin/checklists_admin_checklist_questions.py +49 -0
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +43 -0
- waldur_api_client/api/checklists_admin/checklists_admin_list.py +43 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_create.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_partial_update.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_update.py +44 -7
- waldur_api_client/api/customers/customers_create.py +44 -7
- waldur_api_client/api/customers/customers_partial_update.py +44 -7
- waldur_api_client/api/customers/customers_update.py +44 -7
- waldur_api_client/api/external_links/external_links_create.py +44 -7
- waldur_api_client/api/external_links/external_links_partial_update.py +44 -7
- waldur_api_client/api/external_links/external_links_update.py +44 -7
- waldur_api_client/api/invoices/invoices_paid.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_create.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_partial_update.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_create.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_partial_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_update.py +44 -7
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_create.py +44 -7
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_thumbnail.py +30 -5
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +10 -13
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +10 -13
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_create.py +44 -7
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_update.py +44 -7
- waldur_api_client/api/override_settings/override_settings.py +30 -5
- waldur_api_client/api/payments/payments_create.py +44 -7
- waldur_api_client/api/payments/payments_partial_update.py +44 -7
- waldur_api_client/api/payments/payments_update.py +44 -7
- waldur_api_client/api/projects/projects_create.py +44 -7
- waldur_api_client/api/projects/projects_partial_update.py +44 -7
- waldur_api_client/api/projects/projects_update.py +44 -7
- waldur_api_client/api/proposal_proposals/proposal_proposals_attach_document.py +30 -5
- waldur_api_client/api/slurm_jobs/slurm_jobs_create.py +44 -7
- waldur_api_client/api/slurm_jobs/slurm_jobs_update.py +44 -7
- waldur_api_client/api/support_attachments/support_attachments_create.py +44 -7
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +15 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +15 -0
- waldur_api_client/api/users/users_create.py +44 -7
- waldur_api_client/api/users/users_partial_update.py +44 -7
- waldur_api_client/api/users/users_update.py +44 -7
- waldur_api_client/models/__init__.py +146 -2
- waldur_api_client/models/agent_type_enum.py +13 -0
- waldur_api_client/models/attachment_request_form.py +70 -0
- waldur_api_client/models/attachment_request_multipart.py +83 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/call_managing_organisation_request_form.py +103 -0
- waldur_api_client/models/call_managing_organisation_request_multipart.py +122 -0
- waldur_api_client/models/call_round.py +11 -1
- waldur_api_client/models/category_group_request_form.py +103 -0
- waldur_api_client/models/category_group_request_multipart.py +122 -0
- waldur_api_client/models/checklist_category_request_form.py +103 -0
- waldur_api_client/models/checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type_in_item.py +11 -0
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/constance_settings_request_form.py +1547 -0
- waldur_api_client/models/constance_settings_request_multipart.py +2173 -0
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/customer_request_form.py +312 -0
- waldur_api_client/models/customer_request_multipart.py +394 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/external_link_request_form.py +111 -0
- waldur_api_client/models/external_link_request_multipart.py +132 -0
- waldur_api_client/models/firecrest_job_request_form.py +104 -0
- waldur_api_client/models/firecrest_job_request_multipart.py +127 -0
- waldur_api_client/models/integration_status.py +21 -4
- waldur_api_client/models/marketplace_category_request_form.py +153 -0
- waldur_api_client/models/marketplace_category_request_multipart.py +187 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_offerings_list_field_item.py +1 -0
- waldur_api_client/models/nested_round.py +9 -0
- waldur_api_client/models/nested_round_request.py +9 -0
- waldur_api_client/models/offering.py +20 -0
- waldur_api_client/models/offering_create.py +20 -0
- waldur_api_client/models/offering_create_request.py +20 -0
- waldur_api_client/models/offering_create_request_form.py +479 -0
- waldur_api_client/models/offering_create_request_form_limits.py +57 -0
- waldur_api_client/models/offering_create_request_multipart.py +599 -0
- waldur_api_client/models/offering_create_request_multipart_limits.py +57 -0
- waldur_api_client/models/offering_file_request_form.py +78 -0
- waldur_api_client/models/offering_file_request_multipart.py +93 -0
- waldur_api_client/models/offering_image_request_form.py +62 -0
- waldur_api_client/models/offering_image_request_multipart.py +73 -0
- waldur_api_client/models/offering_thumbnail_request_form.py +62 -0
- waldur_api_client/models/offering_thumbnail_request_multipart.py +73 -0
- waldur_api_client/models/offering_user.py +5 -5
- waldur_api_client/models/{offering_user_state_enum.py → offering_user_state.py} +1 -1
- waldur_api_client/models/order_attachment_request_form.py +84 -0
- waldur_api_client/models/order_attachment_request_multipart.py +98 -0
- waldur_api_client/models/paid_request_form.py +81 -0
- waldur_api_client/models/paid_request_multipart.py +94 -0
- waldur_api_client/models/patched_call_managing_organisation_request_form.py +92 -0
- waldur_api_client/models/patched_call_managing_organisation_request_multipart.py +109 -0
- waldur_api_client/models/patched_category_group_request_form.py +101 -0
- waldur_api_client/models/patched_category_group_request_multipart.py +121 -0
- waldur_api_client/models/patched_checklist_category_request_form.py +102 -0
- waldur_api_client/models/patched_checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_customer_request_form.py +310 -0
- waldur_api_client/models/patched_customer_request_multipart.py +393 -0
- waldur_api_client/models/patched_external_link_request_form.py +110 -0
- waldur_api_client/models/patched_external_link_request_multipart.py +133 -0
- waldur_api_client/models/patched_marketplace_category_request_form.py +151 -0
- waldur_api_client/models/patched_marketplace_category_request_multipart.py +186 -0
- waldur_api_client/models/patched_payment_request_form.py +119 -0
- waldur_api_client/models/patched_payment_request_multipart.py +142 -0
- waldur_api_client/models/patched_project_request_form.py +279 -0
- waldur_api_client/models/patched_project_request_multipart.py +342 -0
- waldur_api_client/models/patched_service_provider_request_form.py +101 -0
- waldur_api_client/models/patched_service_provider_request_multipart.py +121 -0
- waldur_api_client/models/patched_user_request_form.py +241 -0
- waldur_api_client/models/patched_user_request_multipart.py +306 -0
- waldur_api_client/models/payment_request_form.py +113 -0
- waldur_api_client/models/payment_request_multipart.py +134 -0
- waldur_api_client/models/project_request_form.py +280 -0
- waldur_api_client/models/project_request_multipart.py +341 -0
- waldur_api_client/models/project_user.py +9 -0
- waldur_api_client/models/proposal.py +8 -0
- waldur_api_client/models/proposal_documentation_request_form.py +84 -0
- waldur_api_client/models/proposal_documentation_request_multipart.py +98 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +3 -1
- waldur_api_client/models/proposal_proposals_list_o_item.py +3 -1
- waldur_api_client/models/proposal_review.py +40 -0
- waldur_api_client/models/protected_proposal_list.py +8 -0
- waldur_api_client/models/protected_proposal_list_request.py +8 -0
- waldur_api_client/models/protected_round.py +8 -0
- waldur_api_client/models/provider_offering.py +21 -1
- waldur_api_client/models/provider_offering_details.py +20 -0
- waldur_api_client/models/public_offering_details.py +20 -0
- waldur_api_client/models/screenshot_request_form.py +87 -0
- waldur_api_client/models/screenshot_request_multipart.py +105 -0
- waldur_api_client/models/service_provider_request_form.py +112 -0
- waldur_api_client/models/service_provider_request_multipart.py +134 -0
- waldur_api_client/models/user_request_form.py +250 -0
- waldur_api_client/models/user_request_multipart.py +316 -0
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/RECORD +169 -98
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/WHEEL +0 -0
- {waldur_api_client-7.8.1.dist-info → waldur_api_client-7.8.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -7,6 +7,8 @@ import httpx
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
9
|
from ...models.patched_user_request import PatchedUserRequest
|
|
10
|
+
from ...models.patched_user_request_form import PatchedUserRequestForm
|
|
11
|
+
from ...models.patched_user_request_multipart import PatchedUserRequestMultipart
|
|
10
12
|
from ...models.user import User
|
|
11
13
|
from ...types import Response
|
|
12
14
|
|
|
@@ -14,7 +16,11 @@ from ...types import Response
|
|
|
14
16
|
def _get_kwargs(
|
|
15
17
|
uuid: UUID,
|
|
16
18
|
*,
|
|
17
|
-
body:
|
|
19
|
+
body: Union[
|
|
20
|
+
PatchedUserRequest,
|
|
21
|
+
PatchedUserRequestForm,
|
|
22
|
+
PatchedUserRequestMultipart,
|
|
23
|
+
],
|
|
18
24
|
) -> dict[str, Any]:
|
|
19
25
|
headers: dict[str, Any] = {}
|
|
20
26
|
|
|
@@ -23,9 +29,16 @@ def _get_kwargs(
|
|
|
23
29
|
"url": f"/api/users/{uuid}/",
|
|
24
30
|
}
|
|
25
31
|
|
|
26
|
-
|
|
32
|
+
if isinstance(body, PatchedUserRequest):
|
|
33
|
+
_kwargs["json"] = body.to_dict()
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
headers["Content-Type"] = "application/json"
|
|
36
|
+
if isinstance(body, PatchedUserRequestForm):
|
|
37
|
+
_kwargs["data"] = body.to_dict()
|
|
38
|
+
|
|
39
|
+
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
|
40
|
+
if isinstance(body, PatchedUserRequestMultipart):
|
|
41
|
+
_kwargs["files"] = body.to_multipart()
|
|
29
42
|
|
|
30
43
|
_kwargs["headers"] = headers
|
|
31
44
|
return _kwargs
|
|
@@ -52,12 +65,18 @@ def sync_detailed(
|
|
|
52
65
|
uuid: UUID,
|
|
53
66
|
*,
|
|
54
67
|
client: AuthenticatedClient,
|
|
55
|
-
body:
|
|
68
|
+
body: Union[
|
|
69
|
+
PatchedUserRequest,
|
|
70
|
+
PatchedUserRequestForm,
|
|
71
|
+
PatchedUserRequestMultipart,
|
|
72
|
+
],
|
|
56
73
|
) -> Response[User]:
|
|
57
74
|
"""
|
|
58
75
|
Args:
|
|
59
76
|
uuid (UUID):
|
|
60
77
|
body (PatchedUserRequest):
|
|
78
|
+
body (PatchedUserRequestForm):
|
|
79
|
+
body (PatchedUserRequestMultipart):
|
|
61
80
|
|
|
62
81
|
Raises:
|
|
63
82
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -83,12 +102,18 @@ def sync(
|
|
|
83
102
|
uuid: UUID,
|
|
84
103
|
*,
|
|
85
104
|
client: AuthenticatedClient,
|
|
86
|
-
body:
|
|
105
|
+
body: Union[
|
|
106
|
+
PatchedUserRequest,
|
|
107
|
+
PatchedUserRequestForm,
|
|
108
|
+
PatchedUserRequestMultipart,
|
|
109
|
+
],
|
|
87
110
|
) -> User:
|
|
88
111
|
"""
|
|
89
112
|
Args:
|
|
90
113
|
uuid (UUID):
|
|
91
114
|
body (PatchedUserRequest):
|
|
115
|
+
body (PatchedUserRequestForm):
|
|
116
|
+
body (PatchedUserRequestMultipart):
|
|
92
117
|
|
|
93
118
|
Raises:
|
|
94
119
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -109,12 +134,18 @@ async def asyncio_detailed(
|
|
|
109
134
|
uuid: UUID,
|
|
110
135
|
*,
|
|
111
136
|
client: AuthenticatedClient,
|
|
112
|
-
body:
|
|
137
|
+
body: Union[
|
|
138
|
+
PatchedUserRequest,
|
|
139
|
+
PatchedUserRequestForm,
|
|
140
|
+
PatchedUserRequestMultipart,
|
|
141
|
+
],
|
|
113
142
|
) -> Response[User]:
|
|
114
143
|
"""
|
|
115
144
|
Args:
|
|
116
145
|
uuid (UUID):
|
|
117
146
|
body (PatchedUserRequest):
|
|
147
|
+
body (PatchedUserRequestForm):
|
|
148
|
+
body (PatchedUserRequestMultipart):
|
|
118
149
|
|
|
119
150
|
Raises:
|
|
120
151
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -138,12 +169,18 @@ async def asyncio(
|
|
|
138
169
|
uuid: UUID,
|
|
139
170
|
*,
|
|
140
171
|
client: AuthenticatedClient,
|
|
141
|
-
body:
|
|
172
|
+
body: Union[
|
|
173
|
+
PatchedUserRequest,
|
|
174
|
+
PatchedUserRequestForm,
|
|
175
|
+
PatchedUserRequestMultipart,
|
|
176
|
+
],
|
|
142
177
|
) -> User:
|
|
143
178
|
"""
|
|
144
179
|
Args:
|
|
145
180
|
uuid (UUID):
|
|
146
181
|
body (PatchedUserRequest):
|
|
182
|
+
body (PatchedUserRequestForm):
|
|
183
|
+
body (PatchedUserRequestMultipart):
|
|
147
184
|
|
|
148
185
|
Raises:
|
|
149
186
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -8,13 +8,19 @@ from ... import errors
|
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
9
|
from ...models.user import User
|
|
10
10
|
from ...models.user_request import UserRequest
|
|
11
|
+
from ...models.user_request_form import UserRequestForm
|
|
12
|
+
from ...models.user_request_multipart import UserRequestMultipart
|
|
11
13
|
from ...types import Response
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
def _get_kwargs(
|
|
15
17
|
uuid: UUID,
|
|
16
18
|
*,
|
|
17
|
-
body:
|
|
19
|
+
body: Union[
|
|
20
|
+
UserRequest,
|
|
21
|
+
UserRequestForm,
|
|
22
|
+
UserRequestMultipart,
|
|
23
|
+
],
|
|
18
24
|
) -> dict[str, Any]:
|
|
19
25
|
headers: dict[str, Any] = {}
|
|
20
26
|
|
|
@@ -23,9 +29,16 @@ def _get_kwargs(
|
|
|
23
29
|
"url": f"/api/users/{uuid}/",
|
|
24
30
|
}
|
|
25
31
|
|
|
26
|
-
|
|
32
|
+
if isinstance(body, UserRequest):
|
|
33
|
+
_kwargs["json"] = body.to_dict()
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
headers["Content-Type"] = "application/json"
|
|
36
|
+
if isinstance(body, UserRequestForm):
|
|
37
|
+
_kwargs["data"] = body.to_dict()
|
|
38
|
+
|
|
39
|
+
headers["Content-Type"] = "application/x-www-form-urlencoded"
|
|
40
|
+
if isinstance(body, UserRequestMultipart):
|
|
41
|
+
_kwargs["files"] = body.to_multipart()
|
|
29
42
|
|
|
30
43
|
_kwargs["headers"] = headers
|
|
31
44
|
return _kwargs
|
|
@@ -52,12 +65,18 @@ def sync_detailed(
|
|
|
52
65
|
uuid: UUID,
|
|
53
66
|
*,
|
|
54
67
|
client: AuthenticatedClient,
|
|
55
|
-
body:
|
|
68
|
+
body: Union[
|
|
69
|
+
UserRequest,
|
|
70
|
+
UserRequestForm,
|
|
71
|
+
UserRequestMultipart,
|
|
72
|
+
],
|
|
56
73
|
) -> Response[User]:
|
|
57
74
|
"""
|
|
58
75
|
Args:
|
|
59
76
|
uuid (UUID):
|
|
60
77
|
body (UserRequest):
|
|
78
|
+
body (UserRequestForm):
|
|
79
|
+
body (UserRequestMultipart):
|
|
61
80
|
|
|
62
81
|
Raises:
|
|
63
82
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -83,12 +102,18 @@ def sync(
|
|
|
83
102
|
uuid: UUID,
|
|
84
103
|
*,
|
|
85
104
|
client: AuthenticatedClient,
|
|
86
|
-
body:
|
|
105
|
+
body: Union[
|
|
106
|
+
UserRequest,
|
|
107
|
+
UserRequestForm,
|
|
108
|
+
UserRequestMultipart,
|
|
109
|
+
],
|
|
87
110
|
) -> User:
|
|
88
111
|
"""
|
|
89
112
|
Args:
|
|
90
113
|
uuid (UUID):
|
|
91
114
|
body (UserRequest):
|
|
115
|
+
body (UserRequestForm):
|
|
116
|
+
body (UserRequestMultipart):
|
|
92
117
|
|
|
93
118
|
Raises:
|
|
94
119
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -109,12 +134,18 @@ async def asyncio_detailed(
|
|
|
109
134
|
uuid: UUID,
|
|
110
135
|
*,
|
|
111
136
|
client: AuthenticatedClient,
|
|
112
|
-
body:
|
|
137
|
+
body: Union[
|
|
138
|
+
UserRequest,
|
|
139
|
+
UserRequestForm,
|
|
140
|
+
UserRequestMultipart,
|
|
141
|
+
],
|
|
113
142
|
) -> Response[User]:
|
|
114
143
|
"""
|
|
115
144
|
Args:
|
|
116
145
|
uuid (UUID):
|
|
117
146
|
body (UserRequest):
|
|
147
|
+
body (UserRequestForm):
|
|
148
|
+
body (UserRequestMultipart):
|
|
118
149
|
|
|
119
150
|
Raises:
|
|
120
151
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -138,12 +169,18 @@ async def asyncio(
|
|
|
138
169
|
uuid: UUID,
|
|
139
170
|
*,
|
|
140
171
|
client: AuthenticatedClient,
|
|
141
|
-
body:
|
|
172
|
+
body: Union[
|
|
173
|
+
UserRequest,
|
|
174
|
+
UserRequestForm,
|
|
175
|
+
UserRequestMultipart,
|
|
176
|
+
],
|
|
142
177
|
) -> User:
|
|
143
178
|
"""
|
|
144
179
|
Args:
|
|
145
180
|
uuid (UUID):
|
|
146
181
|
body (UserRequest):
|
|
182
|
+
body (UserRequestForm):
|
|
183
|
+
body (UserRequestMultipart):
|
|
147
184
|
|
|
148
185
|
Raises:
|
|
149
186
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|