mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-05 08:38:33 -06:00
refactor ttl endpoint path, add /team/ttl to docs
This commit is contained in:
@@ -609,7 +609,7 @@ class NetworkService {
|
||||
*/
|
||||
async updateChecksTTL(config) {
|
||||
return this.axiosInstance.put(
|
||||
`/checks/ttl`,
|
||||
`/checks/team/ttl`,
|
||||
{ ttl: config.ttl },
|
||||
{
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user