File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def create_access_model_metadata_for_entitlement(
106106 )
107107
108108 _response_types_map : Dict [str , Optional [str ]] = {
109- '200 ' : "Entitlement" ,
109+ '201 ' : "Entitlement" ,
110110 '400' : "ErrorResponseDto" ,
111111 '401' : "ListAccessModelMetadataAttribute401Response" ,
112112 '403' : "ErrorResponseDto" ,
@@ -186,7 +186,7 @@ def create_access_model_metadata_for_entitlement_with_http_info(
186186 )
187187
188188 _response_types_map : Dict [str , Optional [str ]] = {
189- '200 ' : "Entitlement" ,
189+ '201 ' : "Entitlement" ,
190190 '400' : "ErrorResponseDto" ,
191191 '401' : "ListAccessModelMetadataAttribute401Response" ,
192192 '403' : "ErrorResponseDto" ,
@@ -266,7 +266,7 @@ def create_access_model_metadata_for_entitlement_without_preload_content(
266266 )
267267
268268 _response_types_map : Dict [str , Optional [str ]] = {
269- '200 ' : "Entitlement" ,
269+ '201 ' : "Entitlement" ,
270270 '400' : "ErrorResponseDto" ,
271271 '401' : "ListAccessModelMetadataAttribute401Response" ,
272272 '403' : "ErrorResponseDto" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Path | attribute_value | **str** | True | Technical name of the Attribute Val
9898### Responses
9999Code | Description | Data Type | Response headers |
100100------------- | ------------- | ------------- |------------------|
101- 200 | OK | Entitlement | - |
101+ 201 | Created | Entitlement | - |
102102400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - |
103103401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response | - |
104104403 | Forbidden - Returned if the user you are running as, doesn' ; t have access to this end-point. | ErrorResponseDto | - |
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def create_access_model_metadata_for_entitlement(
106106 )
107107
108108 _response_types_map : Dict [str , Optional [str ]] = {
109- '200 ' : "Entitlement" ,
109+ '201 ' : "Entitlement" ,
110110 '400' : "ErrorResponseDto" ,
111111 '401' : "ListAccessProfiles401Response" ,
112112 '403' : "ErrorResponseDto" ,
@@ -186,7 +186,7 @@ def create_access_model_metadata_for_entitlement_with_http_info(
186186 )
187187
188188 _response_types_map : Dict [str , Optional [str ]] = {
189- '200 ' : "Entitlement" ,
189+ '201 ' : "Entitlement" ,
190190 '400' : "ErrorResponseDto" ,
191191 '401' : "ListAccessProfiles401Response" ,
192192 '403' : "ErrorResponseDto" ,
@@ -266,7 +266,7 @@ def create_access_model_metadata_for_entitlement_without_preload_content(
266266 )
267267
268268 _response_types_map : Dict [str , Optional [str ]] = {
269- '200 ' : "Entitlement" ,
269+ '201 ' : "Entitlement" ,
270270 '400' : "ErrorResponseDto" ,
271271 '401' : "ListAccessProfiles401Response" ,
272272 '403' : "ErrorResponseDto" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Path | attribute_value | **str** | True | Technical name of the Attribute Val
9898### Responses
9999Code | Description | Data Type | Response headers |
100100------------- | ------------- | ------------- |------------------|
101- 200 | OK | Entitlement | - |
101+ 201 | Created | Entitlement | - |
102102400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - |
103103401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - |
104104403 | Forbidden - Returned if the user you are running as, doesn' ; t have access to this end-point. | ErrorResponseDto | - |
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def create_access_model_metadata_for_entitlement(
106106 )
107107
108108 _response_types_map : Dict [str , Optional [str ]] = {
109- '200 ' : "Entitlement" ,
109+ '201 ' : "Entitlement" ,
110110 '400' : "ErrorResponseDto" ,
111111 '401' : "ListAccessProfiles401Response" ,
112112 '403' : "ErrorResponseDto" ,
@@ -186,7 +186,7 @@ def create_access_model_metadata_for_entitlement_with_http_info(
186186 )
187187
188188 _response_types_map : Dict [str , Optional [str ]] = {
189- '200 ' : "Entitlement" ,
189+ '201 ' : "Entitlement" ,
190190 '400' : "ErrorResponseDto" ,
191191 '401' : "ListAccessProfiles401Response" ,
192192 '403' : "ErrorResponseDto" ,
@@ -266,7 +266,7 @@ def create_access_model_metadata_for_entitlement_without_preload_content(
266266 )
267267
268268 _response_types_map : Dict [str , Optional [str ]] = {
269- '200 ' : "Entitlement" ,
269+ '201 ' : "Entitlement" ,
270270 '400' : "ErrorResponseDto" ,
271271 '401' : "ListAccessProfiles401Response" ,
272272 '403' : "ErrorResponseDto" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Path | attribute_value | **str** | True | Technical name of the Attribute Val
9898### Responses
9999Code | Description | Data Type | Response headers |
100100------------- | ------------- | ------------- |------------------|
101- 200 | OK | Entitlement | - |
101+ 201 | Created | Entitlement | - |
102102400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto | - |
103103401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessProfiles401Response | - |
104104403 | Forbidden - Returned if the user you are running as, doesn' ; t have access to this end-point. | ErrorResponseDto | - |
You can’t perform that action at this time.
0 commit comments