refactor ttl endpoint path, add /team/ttl to docs

This commit is contained in:
Alex Holliday
2024-09-25 11:37:52 +08:00
parent c44152de93
commit 36014fada2
3 changed files with 63 additions and 2 deletions

View File

@@ -609,7 +609,7 @@ class NetworkService {
*/
async updateChecksTTL(config) {
return this.axiosInstance.put(
`/checks/ttl`,
`/checks/team/ttl`,
{ ttl: config.ttl },
{
headers: {