mirror of
https://github.com/signalapp/Signal-Server
synced 2026-08-25 20:21:47 +01:00
Remove a spurious rate limit response annotation
This commit is contained in:
committed by
Jon Chambers
parent
e7df1aeb5b
commit
17531c5927
-3
@@ -71,9 +71,6 @@ public class AttachmentControllerV4 {
|
||||
"""
|
||||
)
|
||||
@ApiResponse(responseCode = "200", description = "Success, response body includes upload form", useReturnTypeSchema = true)
|
||||
@ApiResponse(responseCode = "413", description = "Too many attempts", headers = @Header(
|
||||
name = "Retry-After",
|
||||
description = "If present, an positive integer indicating the number of seconds before a subsequent attempt could succeed"))
|
||||
@ApiResponse(responseCode = "429", description = "Too many attempts", headers = @Header(
|
||||
name = "Retry-After",
|
||||
description = "If present, an positive integer indicating the number of seconds before a subsequent attempt could succeed"))
|
||||
|
||||
Reference in New Issue
Block a user