Update Squad

PUT {{baseUrl}}/squads/:squadID

This endpoint is used to update the squads details. Requires access_token as a Bearer {{token}} in the Authorization header with squad-update scope.

Request Body

{"members"=>["5df9d90aba2cb0c5a4f12d44", "5df9d90aba2cb0c5a4f12d45", "5df9d90aba2cb0c5a4f12d46"]}

RESPONSES

status: OK

{"data":{"id":"5ed4e5977cc8a1daa90d56eb","name":"Devops Night Man Squad","slug":"devops-night-man-squad","members":["5df9d90aba2cb0c5a4f12d44","5df9d90aba2cb0c5a4f12d45","5df9d90aba2cb0c5a4f12d46"],"organization":{"id":"5ea962e35734157d01594951","name":"Avengers","slug":"avengers"}}}