Fix create dir API

This commit is contained in:
Cyberboss
2018-08-20 13:41:37 -04:00
parent 2e7c159d75
commit 66cf86c0b4
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ If you do not have access to list the requested directory, a 403 response will b
To create an empty config directory use the following request
I POST "/Config/List/<path to directory>" => @ref Tgstation.Server.Api.Models.ConfigurationFile
I PUT "/Config" @ref Tgstation.Server.Api.Models.ConfigurationFile => @ref Tgstation.Server.Api.Models.ConfigurationFile
To get the content of a static file use the following method