mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 12:14:21 -04:00
update header api description and values
This commit is contained in:
parent
a026a3722c
commit
daf8eca8ae
@ -16,11 +16,11 @@ internal class RetryOnTemporarlyUnavailableFilter : IOperationFilter
|
|||||||
Headers = new Dictionary<string, OpenApiHeader>()
|
Headers = new Dictionary<string, OpenApiHeader>()
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"retry-after",
|
"Retry-After",
|
||||||
new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation in full secounds." }
|
new() { AllowEmptyValue = true, Required = false, Description = "A hint for when to retry the operation in full seconds." }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"message",
|
"Message",
|
||||||
new() { AllowEmptyValue = true, Required = false, Description = "A short plain-text reason why the server is not available." }
|
new() { AllowEmptyValue = true, Required = false, Description = "A short plain-text reason why the server is not available." }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user