Enable or disable a team
Path parameters
teamIdstringRequired
Unique identifier of the team (url-encoded)
Header parameters
x-dq-enterprise-api-keystringRequired
Enterprise API key
Body
statusstring · enumRequiredPossible values:
Desired team status
Responses
200
OK
application/json
statusstring · enumRequiredPossible values:
Team status
401
Unauthorized
404
Not Found
application/json
409
Conflict
application/json
put/teams/{teamId}/status
PUT /v1/enterprise/teams/{teamId}/status HTTP/1.1
Host: service.drivequant.com
x-dq-enterprise-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"status": "ENABLED"
}{
"status": "DISABLED"
}Request body
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?

