This commit is contained in:
@@ -113,7 +113,7 @@ namespace raven_integration
|
||||
ApiResponse a = await Util.PostFormDataAsync("Attachment", formDataContent, await Util.GetTokenAsync("BizAdminLimited"));
|
||||
|
||||
//2004 unauthorized
|
||||
Util.ValidateErrorCodeResponse(a, 2004, 401);
|
||||
Util.ValidateErrorCodeResponse(a, 2004, 403);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user