Waydev API
teams
Update a specific team from your account
1min
PUT
Path Parameters
team_id
*
Header Parameters
Authorization
*
Body Parameters
body
*
Description
Raw JSON format with the fields to be updated. No field is required, only add those that are updated.
*The members field will overwrite and set the team members with the new payload.
name
description
include_merges
ignore_loc
ignore_message
stats_timezone
members
parent_id
Responses
200
Successful operation
Description
Successful operation
id
name
slug
created_at
updated_at
401
Unauthorized
Description
Unauthorized
message
404
Resourse not found.
Description
Resourse not found.
error
Updated 14 Oct 2024
Did this page help you?