@@ -185,6 +185,7 @@ async def check_with_http_info(self, body, **kwargs):
185185 200 : "CheckResponse" ,
186186 400 : "ValidationErrorMessageResponse" ,
187187 401 : "UnauthenticatedResponse" ,
188+ 403 : "ForbiddenResponse" ,
188189 404 : "PathUnknownErrorMessageResponse" ,
189190 409 : "AbortedMessageResponse" ,
190191 422 : "UnprocessableContentMessageResponse" ,
@@ -345,6 +346,7 @@ async def create_store_with_http_info(self, body, **kwargs):
345346 201 : "CreateStoreResponse" ,
346347 400 : "ValidationErrorMessageResponse" ,
347348 401 : "UnauthenticatedResponse" ,
349+ 403 : "ForbiddenResponse" ,
348350 404 : "PathUnknownErrorMessageResponse" ,
349351 409 : "AbortedMessageResponse" ,
350352 422 : "UnprocessableContentMessageResponse" ,
@@ -660,6 +662,7 @@ async def expand_with_http_info(self, body, **kwargs):
660662 200 : "ExpandResponse" ,
661663 400 : "ValidationErrorMessageResponse" ,
662664 401 : "UnauthenticatedResponse" ,
665+ 403 : "ForbiddenResponse" ,
663666 404 : "PathUnknownErrorMessageResponse" ,
664667 409 : "AbortedMessageResponse" ,
665668 422 : "UnprocessableContentMessageResponse" ,
@@ -810,6 +813,7 @@ async def get_store_with_http_info(self, **kwargs):
810813 200 : "GetStoreResponse" ,
811814 400 : "ValidationErrorMessageResponse" ,
812815 401 : "UnauthenticatedResponse" ,
816+ 403 : "ForbiddenResponse" ,
813817 404 : "PathUnknownErrorMessageResponse" ,
814818 409 : "AbortedMessageResponse" ,
815819 422 : "UnprocessableContentMessageResponse" ,
@@ -984,6 +988,7 @@ async def list_objects_with_http_info(self, body, **kwargs):
984988 200 : "ListObjectsResponse" ,
985989 400 : "ValidationErrorMessageResponse" ,
986990 401 : "UnauthenticatedResponse" ,
991+ 403 : "ForbiddenResponse" ,
987992 404 : "PathUnknownErrorMessageResponse" ,
988993 409 : "AbortedMessageResponse" ,
989994 422 : "UnprocessableContentMessageResponse" ,
@@ -1142,6 +1147,7 @@ async def list_stores_with_http_info(self, **kwargs):
11421147 200 : "ListStoresResponse" ,
11431148 400 : "ValidationErrorMessageResponse" ,
11441149 401 : "UnauthenticatedResponse" ,
1150+ 403 : "ForbiddenResponse" ,
11451151 404 : "PathUnknownErrorMessageResponse" ,
11461152 409 : "AbortedMessageResponse" ,
11471153 422 : "UnprocessableContentMessageResponse" ,
@@ -1316,6 +1322,7 @@ async def list_users_with_http_info(self, body, **kwargs):
13161322 200 : "ListUsersResponse" ,
13171323 400 : "ValidationErrorMessageResponse" ,
13181324 401 : "UnauthenticatedResponse" ,
1325+ 403 : "ForbiddenResponse" ,
13191326 404 : "PathUnknownErrorMessageResponse" ,
13201327 409 : "AbortedMessageResponse" ,
13211328 422 : "UnprocessableContentMessageResponse" ,
@@ -1489,6 +1496,7 @@ async def read_with_http_info(self, body, **kwargs):
14891496 200 : "ReadResponse" ,
14901497 400 : "ValidationErrorMessageResponse" ,
14911498 401 : "UnauthenticatedResponse" ,
1499+ 403 : "ForbiddenResponse" ,
14921500 404 : "PathUnknownErrorMessageResponse" ,
14931501 409 : "AbortedMessageResponse" ,
14941502 422 : "UnprocessableContentMessageResponse" ,
@@ -1658,6 +1666,7 @@ async def read_assertions_with_http_info(self, authorization_model_id, **kwargs)
16581666 200 : "ReadAssertionsResponse" ,
16591667 400 : "ValidationErrorMessageResponse" ,
16601668 401 : "UnauthenticatedResponse" ,
1669+ 403 : "ForbiddenResponse" ,
16611670 404 : "PathUnknownErrorMessageResponse" ,
16621671 409 : "AbortedMessageResponse" ,
16631672 422 : "UnprocessableContentMessageResponse" ,
@@ -1825,6 +1834,7 @@ async def read_authorization_model_with_http_info(self, id, **kwargs):
18251834 200 : "ReadAuthorizationModelResponse" ,
18261835 400 : "ValidationErrorMessageResponse" ,
18271836 401 : "UnauthenticatedResponse" ,
1837+ 403 : "ForbiddenResponse" ,
18281838 404 : "PathUnknownErrorMessageResponse" ,
18291839 409 : "AbortedMessageResponse" ,
18301840 422 : "UnprocessableContentMessageResponse" ,
@@ -1991,6 +2001,7 @@ async def read_authorization_models_with_http_info(self, **kwargs):
19912001 200 : "ReadAuthorizationModelsResponse" ,
19922002 400 : "ValidationErrorMessageResponse" ,
19932003 401 : "UnauthenticatedResponse" ,
2004+ 403 : "ForbiddenResponse" ,
19942005 404 : "PathUnknownErrorMessageResponse" ,
19952006 409 : "AbortedMessageResponse" ,
19962007 422 : "UnprocessableContentMessageResponse" ,
@@ -2161,6 +2172,7 @@ async def read_changes_with_http_info(self, **kwargs):
21612172 200 : "ReadChangesResponse" ,
21622173 400 : "ValidationErrorMessageResponse" ,
21632174 401 : "UnauthenticatedResponse" ,
2175+ 403 : "ForbiddenResponse" ,
21642176 404 : "PathUnknownErrorMessageResponse" ,
21652177 409 : "AbortedMessageResponse" ,
21662178 422 : "UnprocessableContentMessageResponse" ,
@@ -2334,6 +2346,7 @@ async def write_with_http_info(self, body, **kwargs):
23342346 200 : "object" ,
23352347 400 : "ValidationErrorMessageResponse" ,
23362348 401 : "UnauthenticatedResponse" ,
2349+ 403 : "ForbiddenResponse" ,
23372350 404 : "PathUnknownErrorMessageResponse" ,
23382351 409 : "AbortedMessageResponse" ,
23392352 422 : "UnprocessableContentMessageResponse" ,
@@ -2697,6 +2710,7 @@ async def write_authorization_model_with_http_info(self, body, **kwargs):
26972710 201 : "WriteAuthorizationModelResponse" ,
26982711 400 : "ValidationErrorMessageResponse" ,
26992712 401 : "UnauthenticatedResponse" ,
2713+ 403 : "ForbiddenResponse" ,
27002714 404 : "PathUnknownErrorMessageResponse" ,
27012715 409 : "AbortedMessageResponse" ,
27022716 422 : "UnprocessableContentMessageResponse" ,
0 commit comments