From c5fb97b913f6381f4aa51f2d6fc20128b2fcb558 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 11 Jan 2019 15:11:50 -0500 Subject: [PATCH] Update `User-Agent` header requirements in the docs --- docs/API.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.dox b/docs/API.dox index 5ba541489d..15416efd79 100644 --- a/docs/API.dox +++ b/docs/API.dox @@ -32,7 +32,7 @@ This document will reference the canonical C# models in the @ref Tgstation.Serve TGS4 expects this set of headers. Failure to provide them may result in 400 error responses -- User-Agent: The user agent product header value of the calling program. Should be in the form Agent/Version (i.e. SomeTgsClient/1.2.4) +- User-Agent: The user agent product header value of the calling program - Accept: application/json - Api: Another product header value representing the version of the API to use. Currently this must be: Tgstation.Server.Api/4.0.0.0