v1

latestSwagger 2.02026-07-17647.0 KB
groups

Updates a group

put/groups/{name}

Path parameters

namestring required

Name of group that needs to be updated

Request body

credentialsstring
minDifficultyinteger
timeoutinteger

Timeout in seconds

Example request

{
  "credentials": "s3cr3t_passw0rd",
  "minDifficulty": 6,
  "timeout": 60
}

Response

Successful operation