From e5d14aaef008649fd210f07a501c86e4e7e9d32e Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 13 Sep 2018 10:16:14 -0400 Subject: [PATCH] Update repository POST API docs --- docs/API.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.dox b/docs/API.dox index 49c19ce3ee..759c73ff56 100644 --- a/docs/API.dox +++ b/docs/API.dox @@ -287,7 +287,7 @@ Modifications to the repository are done with the following request: I POST "/Repository" => @ref Tgstation.Server.Api.Models.Repository => @ref Tgstation.Server.Api.Models.Repository -Each update creates a job specified in the @ref Tgstation.Server.Api.Models.Repository.ActiveJob field jobs will be queued in succession. See below for post examples. +Each update that requires git changes creates a job specified in the @ref Tgstation.Server.Api.Models.Repository.ActiveJob field jobs will be queued in succession. See below for POST examples. @subsubsection api_repopost Repository Commands for Git Aliases